#BDD7E5

Color #BDD7E5 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BDD7E5

Tints of Light Blue #BDD7E5

Color information

#BDD7E5 (or 0xBDD7E5) is unknown color: approx Light Blue. HEX triplet: BD, D7 and E5. RGB value is (189,215,229). Sum of RGB (Red+Green+Blue) = 189+215+229=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7E5 is #42281A. Grayscale: #D0D0D0. Windows color (decimal): -4335643 or 15062973. OLE color: 15062973.

HSL color Cylindrical-coordinate representation of color #BDD7E5: hue angle of 201º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD7E5 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189215229-
CMYK0.170.0600.10
HSL201º43.48%81.96%-
HSV(B)201º17.47%89.8%-
XYZ59.4365.0883.56-
YUV208.82139.39113.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=29.86%
G=33.97%
B=36.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892152290.170.0600.1020143.4881.96
HexBDD7E51160Ac92b52
Octal27532734521601231153122
Binary1011110111010111111001011000111001010110010011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7E5; }

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

 H1.HeaderClassName
 {
   color: #BDD7E5;
 }
 .AnyTagClassName
 {
   color: #BDD7E5;
 }
</style>
background-color css

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

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

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

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

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

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