#BDD6E1

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

Shades of Light Blue #BDD6E1

Tints of Light Blue #BDD6E1

Color information

#BDD6E1 (or 0xBDD6E1) is unknown color: approx Light Blue. HEX triplet: BD, D6 and E1. RGB value is (189,214,225). Sum of RGB (Red+Green+Blue) = 189+214+225=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDD6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6E1 is #42291E. Grayscale: #CFCFCF. Windows color (decimal): -4335903 or 14800573. OLE color: 14800573.

HSL color Cylindrical-coordinate representation of color #BDD6E1: hue angle of 198.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD6E1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189214225-
CMYK0.160.0500.12
HSL198.33º37.5%81.18%-
HSV(B)198.33º16%88.24%-
XYZ58.6264.3580.56-
YUV207.78137.72114.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=30.10%
G=34.08%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892142250.160.0500.12198.3337.581.18
HexBDD6E11050Cc62551
Octal27532634120501430645121
Binary1011110111010110111000011000010101100110001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6E1; }

 p { color: rgb(189,214,225); }

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

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

 a { background-color: rgb(189,214,225); }

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

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

 span { border-color: rgb(189,214,225); }

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