Html Css Color HEX #BDD1D7 Light Blue

📋 copy color: '#BDD1D7'

red 189 ◦ green 209 ◦ blue 215

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

Shades of Light Blue #BDD1D7

Tints of Light Blue #BDD1D7

RGB

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

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

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

R = 30.83%
G = 34.09%
B = 35.07%

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

#BDD1D7 (or 0xBDD1D7) is known color: Light Blue. HEX triplet: BD, D1 and D7. RGB value is (189,209,215). Sum of RGB (Red+Green+Blue) = 189+209+215=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDD1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1D7 is #422E28. Grayscale: #CBCBCB. Windows color (decimal): -4337193 or 14143933. OLE color: 14143933.

HSL color Cylindrical-coordinate representation of color #BDD1D7: hue angle of 193.85º 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 #BDD1D7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 209 215 -
CMYK 0.12 0.03 0 0.16
HSL 193.85º 0.25% 0.79% -
HSV(B) 193.85º 0.12% 0.84% -
XYZ 56.05 61.33 73.17 -
YUV 203.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 189 209 215 0.12 0.03 0 0.16 193.85 0.25 0.79
Hex BD D1 D7 C 3 0 10 C2 19 4F
Octal 275 321 327 14 3 0 20 302 31 117
Binary 10111101 11010001 11010111 1100 11 0 10000 11000010 11001 1001111

Color Harmonies of #BDD1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1D7

Black with #BDD1D7

Text Example


Text Example

White with #BDD1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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