#BCD0DC

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

Shades of Spindle #BCD0DC

Tints of Spindle #BCD0DC

Color information

#BCD0DC (or 0xBCD0DC) is unknown color: approx Spindle. HEX triplet: BC, D0 and DC. RGB value is (188,208,220). Sum of RGB (Red+Green+Blue) = 188+208+220=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0DC is #432F23. Grayscale: #CBCBCB. Windows color (decimal): -4402980 or 14471356. OLE color: 14471356.

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

Color convert

RGB188208220-
CMYK0.150.0500.14
HSL202.5º31.37%80%-
HSV(B)202.5º14.55%86.27%-
XYZ56.2160.9776.52-
YUV203.39137.37117.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=30.52%
G=33.77%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882082200.150.0500.14202.531.3780
HexBCD0DCF50Eca1f50
Octal27432033417501631237120
Binary10111100110100001101110011111010111011001010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0DC; }

 p { color: rgb(188,208,220); }

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

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

 a { background-color: rgb(188,208,220); }

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

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

 span { border-color: rgb(188,208,220); }

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