Html Css Color HEX #BDD4D9 Light Blue

📋 copy color: '#BDD4D9'

red 189 ◦ green 212 ◦ blue 217

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

Shades of Light Blue #BDD4D9

Tints of Light Blue #BDD4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.3%

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

R = 30.58%
G = 34.3%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDD4D9 (or 0xBDD4D9) is known color: Light Blue. HEX triplet: BD, D4 and D9. RGB value is (189,212,217). Sum of RGB (Red+Green+Blue) = 189+212+217=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDD4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4D9 is #422B26. Grayscale: #CDCDCD. Windows color (decimal): -4336423 or 14275773. OLE color: 14275773.

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

Color convert

RGB 189 212 217 -
CMYK 0.13 0.02 0 0.15
HSL 190.71º 0.27% 0.8% -
HSV(B) 190.71º 0.13% 0.85% -
XYZ 57.05 62.92 74.78 -
YUV 205.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 189 212 217 0.13 0.02 0 0.15 190.71 0.27 0.8
Hex BD D4 D9 D 2 0 F BF 1B 50
Octal 275 324 331 15 2 0 17 277 33 120
Binary 10111101 11010100 11011001 1101 10 0 1111 10111111 11011 1010000

Color Harmonies of #BDD4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4D9

Black with #BDD4D9

Text Example


Text Example

White with #BDD4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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