#BDD5DC

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

Shades of Light Blue #BDD5DC

Tints of Light Blue #BDD5DC

Color information

#BDD5DC (or 0xBDD5DC) is unknown color: approx Light Blue. HEX triplet: BD, D5 and DC. RGB value is (189,213,220). Sum of RGB (Red+Green+Blue) = 189+213+220=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DC is #422A23. Grayscale: #CECECE. Windows color (decimal): -4336164 or 14472637. OLE color: 14472637.

HSL color Cylindrical-coordinate representation of color #BDD5DC: hue angle of 193.55º degrees, saturation: 0.31, 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 #BDD5DC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189213220-
CMYK0.140.0300.14
HSL193.55º30.69%80.2%-
HSV(B)193.55º14.09%86.27%-
XYZ57.763.5776.94-
YUV206.62135.55115.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=30.39%
G=34.24%
B=35.37%

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
Decimal1892132200.140.0300.14193.5530.6980.2
HexBDD5DCE30Ec21f50
Octal27532533416301630237120
Binary1011110111010101110111001110110111011000010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5DC; }

 p { color: rgb(189,213,220); }

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

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

 a { background-color: rgb(189,213,220); }

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

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

 span { border-color: rgb(189,213,220); }

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