Html Css Color HEX #BDD0D7 Light Blue

📋 copy color: '#BDD0D7'

red 189 ◦ green 208 ◦ blue 215

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

Shades of Light Blue #BDD0D7

Tints of Light Blue #BDD0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.99%

 BLUE value IS 215 (84.38% from 255) = 35.13%

R = 30.88%
G = 33.99%
B = 35.13%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDD0D7 (or 0xBDD0D7) is known color: Light Blue. HEX triplet: BD, D0 and D7. RGB value is (189,208,215). Sum of RGB (Red+Green+Blue) = 189+208+215=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDD0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D7 is #422F28. Grayscale: #CBCBCB. Windows color (decimal): -4337449 or 14143677. OLE color: 14143677.

HSL color Cylindrical-coordinate representation of color #BDD0D7: hue angle of 196.15º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD0D7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 208 215 -
CMYK 0.12 0.03 0 0.16
HSL 196.15º 0.25% 0.79% -
HSV(B) 196.15º 0.12% 0.84% -
XYZ 55.81 60.84 73.09 -
YUV 203.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 189 208 215 0.12 0.03 0 0.16 196.15 0.25 0.79
Hex BD D0 D7 C 3 0 10 C4 19 4F
Octal 275 320 327 14 3 0 20 304 31 117
Binary 10111101 11010000 11010111 1100 11 0 10000 11000100 11001 1001111

Color Harmonies of #BDD0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0D7

Black with #BDD0D7

Text Example


Text Example

White with #BDD0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0D7; }

 p { color: rgb(189,208,215); }

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

background-color css

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

 a { background-color: rgb(189,208,215); }

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

border-color css

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

 span { border-color: rgb(189,208,215); }

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