#BDD4DB

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

Shades of Light Blue #BDD4DB

Tints of Light Blue #BDD4DB

Color information

#BDD4DB (or 0xBDD4DB) is unknown color: approx Light Blue. HEX triplet: BD, D4 and DB. RGB value is (189,212,219). Sum of RGB (Red+Green+Blue) = 189+212+219=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DB is #422B24. Grayscale: #CDCDCD. Windows color (decimal): -4336421 or 14406845. OLE color: 14406845.

HSL color Cylindrical-coordinate representation of color #BDD4DB: hue angle of 194º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD4DB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189212219-
CMYK0.140.0300.14
HSL194º29.41%80%-
HSV(B)194º13.7%85.88%-
XYZ57.3263.0276.16-
YUV205.92135.38115.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=30.48%
G=34.19%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892122190.140.0300.1419429.4180
HexBDD4DBE30Ec21d50
Octal27532433316301630235120
Binary1011110111010100110110111110110111011000010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4DB; }

 p { color: rgb(189,212,219); }

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

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

 a { background-color: rgb(189,212,219); }

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

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

 span { border-color: rgb(189,212,219); }

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