Html Css Color HEX #BDD1D9 Light Blue

📋 copy color: '#BDD1D9'

red 189 ◦ green 209 ◦ blue 217

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

Shades of Light Blue #BDD1D9

Tints of Light Blue #BDD1D9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.98%

 BLUE value IS 217 (85.16% from 255) = 35.28%

R = 30.73%
G = 33.98%
B = 35.28%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDD1D9 (or 0xBDD1D9) is known color: Light Blue. HEX triplet: BD, D1 and D9. RGB value is (189,209,217). Sum of RGB (Red+Green+Blue) = 189+209+217=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDD1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1D9 is #422E26. Grayscale: #CBCBCB. Windows color (decimal): -4337191 or 14275005. OLE color: 14275005.

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

Color convert

RGB 189 209 217 -
CMYK 0.13 0.04 0 0.15
HSL 197.14º 0.27% 0.8% -
HSV(B) 197.14º 0.13% 0.85% -
XYZ 56.31 61.43 74.53 -
YUV 203.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 189 209 217 0.13 0.04 0 0.15 197.14 0.27 0.8
Hex BD D1 D9 D 4 0 F C5 1B 50
Octal 275 321 331 15 4 0 17 305 33 120
Binary 10111101 11010001 11011001 1101 100 0 1111 11000101 11011 1010000

Color Harmonies of #BDD1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1D9

Black with #BDD1D9

Text Example


Text Example

White with #BDD1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1D9; }

 p { color: rgb(189,209,217); }

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

background-color css

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

 a { background-color: rgb(189,209,217); }

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

border-color css

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

 span { border-color: rgb(189,209,217); }

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