#BCC4D0

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

Shades of Spindle #BCC4D0

Tints of Spindle #BCC4D0

Color information

#BCC4D0 (or 0xBCC4D0) is unknown color: approx Spindle. HEX triplet: BC, C4 and D0. RGB value is (188,196,208). Sum of RGB (Red+Green+Blue) = 188+196+208=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4D0 is #433B2F. Grayscale: #C2C2C2. Windows color (decimal): -4406064 or 13681852. OLE color: 13681852.

HSL color Cylindrical-coordinate representation of color #BCC4D0: hue angle of 216º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC4D0 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188196208-
CMYK0.100.0600.18
HSL216º17.54%77.65%-
HSV(B)216º9.62%81.57%-
XYZ51.8654.7367.5-
YUV194.98135.35123.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=31.76%
G=33.11%
B=35.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881962080.100.0600.1821617.5477.65
HexBCC4D0A6012d8124e
Octal27430432012602233022116
Binary101111001100010011010000101011001001011011000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4D0; }

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

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

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

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

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

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

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

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