#BDD0DF

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

Shades of Spindle #BDD0DF

Tints of Spindle #BDD0DF

Color information

#BDD0DF (or 0xBDD0DF) is unknown color: approx Spindle. HEX triplet: BD, D0 and DF. RGB value is (189,208,223). Sum of RGB (Red+Green+Blue) = 189+208+223=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DF is #422F20. Grayscale: #CBCBCB. Windows color (decimal): -4337441 or 14667965. OLE color: 14667965.

HSL color Cylindrical-coordinate representation of color #BDD0DF: hue angle of 206.47º 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 #BDD0DF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189208223-
CMYK0.150.0700.13
HSL206.47º34.69%80.78%-
HSV(B)206.47º15.25%87.45%-
XYZ56.8661.2678.64-
YUV204.03138.71117.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=30.48%
G=33.55%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892082230.150.0700.13206.4734.6980.78
HexBDD0DFF70Dce2351
Octal27532033717701531643121
Binary101111011101000011011111111111101101110011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0DF; }

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

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

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

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

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

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

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

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