Html Css Color HEX #BDD6DD Light Blue

📋 copy color: '#BDD6DD'

red 189 ◦ green 214 ◦ blue 221

#BDD6DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BDD6DD

Tints of Light Blue #BDD6DD

RGB

 RED value IS 189 (74.22% from 255) = 30.29%

 GREEN value IS 214 (83.98% from 255) = 34.29%

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 30.29%
G = 34.29%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD6DD (or 0xBDD6DD) is known color: Light Blue. HEX triplet: BD, D6 and DD. RGB value is (189,214,221). Sum of RGB (Red+Green+Blue) = 189+214+221=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DD is #422922. Grayscale: #CFCFCF. Windows color (decimal): -4335907 or 14538429. OLE color: 14538429.

HSL color Cylindrical-coordinate representation of color #BDD6DD: hue angle of 193.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD6DD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 214 221 -
CMYK 0.14 0.03 0 0.13
HSL 193.13º 0.32% 0.8% -
HSV(B) 193.13º 0.14% 0.87% -
XYZ 58.08 64.13 77.72 -
YUV 207.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 189 214 221 0.14 0.03 0 0.13 193.13 0.32 0.8
Hex BD D6 DD E 3 0 D C1 20 50
Octal 275 326 335 16 3 0 15 301 40 120
Binary 10111101 11010110 11011101 1110 11 0 1101 11000001 100000 1010000

Color Harmonies of #BDD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6DD

Black with #BDD6DD

Text Example


Text Example

White with #BDD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6DD; }

 p { color: rgb(189,214,221); }

 H1.HeaderClassName
 {
   color: #BDD6DD;
 }
 .AnyTagClassName
 {
   color: #BDD6DD;
 }
</style>

background-color css

<style>
 a { background-color: #BDD6DD; }

 a { background-color: rgb(189,214,221); }

 div.DivClassName
 {
   background-color: #BDD6DD;
 }
 .BgClassName
 {
   background-color: #BDD6DD;
 }
</style>

border-color css

<style>
 span { border-color: #BDD6DD; }

 span { border-color: rgb(189,214,221); }

 td.TdClassName
 {
   border-color: #BDD6DD;
 }
 .TagClassName
 {
   border-color: #BDD6DD;
 }
</style>