#BDCDDF

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

Shades of Spindle #BDCDDF

Tints of Spindle #BDCDDF

Color information

#BDCDDF (or 0xBDCDDF) is unknown color: approx Spindle. HEX triplet: BD, CD and DF. RGB value is (189,205,223). Sum of RGB (Red+Green+Blue) = 189+205+223=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDF is #423220. Grayscale: #CACACA. Windows color (decimal): -4338209 or 14667197. OLE color: 14667197.

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

Color convert

RGB189205223-
CMYK0.150.0800.13
HSL211.76º34.69%80.78%-
HSV(B)211.76º15.25%87.45%-
XYZ56.1459.8178.4-
YUV202.27139.7118.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=30.63%
G=33.23%
B=36.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892052230.150.0800.13211.7634.6980.78
HexBDCDDFF80Dd42351
Octal275315337171001532443121
Binary1011110111001101110111111111100001101110101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDDF; }

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

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

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

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

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

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

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

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