#BDD7E6

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

Shades of Light Blue #BDD7E6

Tints of Light Blue #BDD7E6

Color information

#BDD7E6 (or 0xBDD7E6) is unknown color: approx Light Blue. HEX triplet: BD, D7 and E6. RGB value is (189,215,230). Sum of RGB (Red+Green+Blue) = 189+215+230=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7E6 is #422819. Grayscale: #D0D0D0. Windows color (decimal): -4335642 or 15128509. OLE color: 15128509.

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

Color convert

RGB189215230-
CMYK0.180.0700.10
HSL201.95º45.05%82.16%-
HSV(B)201.95º17.83%90.2%-
XYZ59.5765.1384.3-
YUV208.94139.89113.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=29.81%
G=33.91%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892152300.180.0700.10201.9545.0582.16
HexBDD7E61270Aca2d52
Octal27532734622701231255122
Binary1011110111010111111001101001011101010110010101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7E6; }

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

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

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

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

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

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

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

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