COLOR #BDEFFF

HEX: #BDEFFF RGB: (189,239,255)

Color info

#BDEFFF contains mainly green and blue colors. Web safe color of #BDEFFF is #CCFFFF (or #CFF).

RGB color model

#BDEFFF color RGB value is (189,239,255).

RGB: (189,239,255) (74%, 94%, 100%)

RGB channels and saturation

R 189 of 255 = 74%
G 239 of 255 = 94%
B 255 of 255 = 100%

189
239
255

R + G + B ~ 89%. #BDEFFF is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 239 + 255 = 683 (100%)
R 189 of 683 ~ 27.67%
G 239 of 683 ~ 34.99%
B 255 of 683 ~ 37.34'%

%27.67
%34.99
%37.34

CMYK color model

#BDEFFF color CMYK value is (26,6,0,0).

  • cyan value is 25.88%
  • magenta value is 6.27%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (26,6,0,0)
C26M6Y0K0 (26%, 6%, 0%, 0%)
(0.26 / 0.06 / 0.00 / 0.00)

CMYK percentages

%25.88
%6.27
%0
%0

Codes

Color #BDEFFF in popluar color models

BD EF FF
RGB 189 239 255
HSL 195° 100.00% 87.06%
HSB/HSV 195° 25.88% 100.00%
CMYK 25.88% 6.27% 0.00%
0.00%

Color #BDEFFF in popluar number systems.

HEX BD EF FF
Decimal 189 239 255
Binary 10111101 11101111 11111111
Octal 275 357 377

Shades and tints

Shades of #BDEFFF

#BDEFFF
(189,239,255)
#ACDAE8
(172,218,232)
#9BC5D1
(155,197,209)
#8AB0BA
(138,176,186)
#799BA3
(121,155,163)
#68868C
(104,134,140)
#577175
(87,113,117)
#465C5E
(70,92,94)
#354747
(53,71,71)
#243230
(36,50,48)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #BDEFFF

#BDEFFF
(189,239,255)
#C3F0FF
(195,240,255)
#C9F1FF
(201,241,255)
#CFF2FF
(207,242,255)
#D5F3FF
(213,243,255)
#DBF4FF
(219,244,255)
#E1F5FF
(225,245,255)
#E7F6FF
(231,246,255)
#EDF7FF
(237,247,255)
#F3F8FF
(243,248,255)
#F9F9FF
(249,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEFFF color. Also use rgb(189,239,255) instead hex code.

Text Font Color

.myTextColor { color: #BDEFFF; }

<p style="color:#BDEFFF">This sample text font color is #BDEFFF.</p>

This text font color is #BDEFFF.

Background Color

.myBgColor { background-color: #BDEFFF; }

<div style="background-color:#BDEFFF">Inner text</div>

This div background color is #BDEFFF.

Border color

.myBorderColor { border: 1px solid #BDEFFF; }

<div style="border:3px solid #BDEFFF">Div</div>

This div border color is #BDEFFF.

Opacity

.myOpacity80 { color: #BDEFFF; opacity: 0.8; }

<p style="color:#BDEFFF;opacity:0.8;">80%</p>

Text with #BDEFFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDEFFF;}

<p style="text-shadow: 3px 3px 1px #BDEFFF">Text here.</p>

This text has shadow with #BDEFFF color.


.textShadow {text-shadow: 3px 3px 1px #BDEFFF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDEFFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDEFFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDEFFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDEFFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDEFFF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDEFFF;
-webkit-box-shadow: 1px 1px 3px 2px #BDEFFF;
box-shadow: 1px 1px 3px 2px #BDEFFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDEFFF; -webkit-box-shadow: 1px 1px 3px 2px #BDEFFF; box-shadow:1px 1px 3px 2px #BDEFFF;">
Div content here
</div>

This div box has shadow with color #BDEFFF.

Preview

Color preview on black background

This text has color #BDEFFF on black background.


Color preview on white background

This text has color #BDEFFF on white background.


Black color preview on #BDEFFF background

This text has black color on #BDEFFF background.


White color preview on #BDEFFF background

This text has white color on #BDEFFF background.


Related colors

Complementary color

Complementary color for #hex is #421000.


I love getcolorcode.com

Triadic colors

1 #FFBDEF and #EFFFBD with #BDEFFF are triadic colors.

2 #FFEFBD and #EFBDFF with #BDEFFF are triadic colors.