Html Css Color HEX #BDD6DE Light Blue

📋 copy color: '#BDD6DE'

red 189 ◦ green 214 ◦ blue 222

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

Shades of Light Blue #BDD6DE

Tints of Light Blue #BDD6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 30.24%
G = 34.24%
B = 35.52%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD6DE (or 0xBDD6DE) is known color: Light Blue. HEX triplet: BD, D6 and DE. RGB value is (189,214,222). Sum of RGB (Red+Green+Blue) = 189+214+222=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DE is #422921. Grayscale: #CFCFCF. Windows color (decimal): -4335906 or 14603965. OLE color: 14603965.

HSL color Cylindrical-coordinate representation of color #BDD6DE: hue angle of 194.55º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD6DE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 214 222 -
CMYK 0.15 0.04 0 0.13
HSL 194.55º 0.33% 0.81% -
HSV(B) 194.55º 0.15% 0.87% -
XYZ 58.22 64.19 78.43 -
YUV 207.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 189 214 222 0.15 0.04 0 0.13 194.55 0.33 0.81
Hex BD D6 DE F 4 0 D C3 21 51
Octal 275 326 336 17 4 0 15 303 41 121
Binary 10111101 11010110 11011110 1111 100 0 1101 11000011 100001 1010001

Color Harmonies of #BDD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6DE

Black with #BDD6DE

Text Example


Text Example

White with #BDD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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