Html Css Color HEX #BDD2DE Light Blue

📋 copy color: '#BDD2DE'

red 189 ◦ green 210 ◦ blue 222

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

Shades of Light Blue #BDD2DE

Tints of Light Blue #BDD2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.82%

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

R = 30.43%
G = 33.82%
B = 35.75%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD2DE (or 0xBDD2DE) is known color: Light Blue. HEX triplet: BD, D2 and DE. RGB value is (189,210,222). Sum of RGB (Red+Green+Blue) = 189+210+222=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DE is #422D21. Grayscale: #CDCDCD. Windows color (decimal): -4336930 or 14602941. OLE color: 14602941.

HSL color Cylindrical-coordinate representation of color #BDD2DE: hue angle of 201.82º 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 #BDD2DE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 210 222 -
CMYK 0.15 0.05 0 0.13
HSL 201.82º 0.33% 0.81% -
HSV(B) 201.82º 0.15% 0.87% -
XYZ 57.22 62.19 78.09 -
YUV 205.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 189 210 222 0.15 0.05 0 0.13 201.82 0.33 0.81
Hex BD D2 DE F 5 0 D CA 21 51
Octal 275 322 336 17 5 0 15 312 41 121
Binary 10111101 11010010 11011110 1111 101 0 1101 11001010 100001 1010001

Color Harmonies of #BDD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2DE

Black with #BDD2DE

Text Example


Text Example

White with #BDD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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