#BDD7DF

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

Shades of Light Blue #BDD7DF

Tints of Light Blue #BDD7DF

Color information

#BDD7DF (or 0xBDD7DF) is unknown color: approx Light Blue. HEX triplet: BD, D7 and DF. RGB value is (189,215,223). Sum of RGB (Red+Green+Blue) = 189+215+223=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DF is #422820. Grayscale: #D0D0D0. Windows color (decimal): -4335649 or 14669757. OLE color: 14669757.

HSL color Cylindrical-coordinate representation of color #BDD7DF: hue angle of 194.12º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD7DF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189215223-
CMYK0.150.0400.13
HSL194.12º34.69%80.78%-
HSV(B)194.12º15.25%87.45%-
XYZ58.6164.7579.22-
YUV208.14136.39114.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=30.14%
G=34.29%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892152230.150.0400.13194.1234.6980.78
HexBDD7DFF40Dc22351
Octal27532733717401530243121
Binary101111011101011111011111111110001101110000101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7DF; }

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

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

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

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

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

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

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

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