#BDD8E6

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

Shades of Light Blue #BDD8E6

Tints of Light Blue #BDD8E6

Color information

#BDD8E6 (or 0xBDD8E6) is unknown color: approx Light Blue. HEX triplet: BD, D8 and E6. RGB value is (189,216,230). Sum of RGB (Red+Green+Blue) = 189+216+230=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8E6 is #422719. Grayscale: #D1D1D1. Windows color (decimal): -4335386 or 15128765. OLE color: 15128765.

HSL color Cylindrical-coordinate representation of color #BDD8E6: hue angle of 200.49º 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 #BDD8E6 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189216230-
CMYK0.180.0600.10
HSL200.49º45.05%82.16%-
HSV(B)200.49º17.83%90.2%-
XYZ59.8365.6484.38-
YUV209.52139.55113.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=29.76%
G=34.02%
B=36.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892162300.180.0600.10200.4945.0582.16
HexBDD8E61260Ac82d52
Octal27533034622601231055122
Binary1011110111011000111001101001011001010110010001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8E6; }

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

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

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

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

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

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

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

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