#BCC4D2

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

Shades of Spindle #BCC4D2

Tints of Spindle #BCC4D2

Color information

#BCC4D2 (or 0xBCC4D2) is unknown color: approx Spindle. HEX triplet: BC, C4 and D2. RGB value is (188,196,210). Sum of RGB (Red+Green+Blue) = 188+196+210=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4D2 is #433B2D. Grayscale: #C3C3C3. Windows color (decimal): -4406062 or 13812924. OLE color: 13812924.

HSL color Cylindrical-coordinate representation of color #BCC4D2: hue angle of 218.18º degrees, saturation: 0.2, 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 #BCC4D2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188196210-
CMYK0.100.0700.18
HSL218.18º19.64%78.04%-
HSV(B)218.18º10.48%82.35%-
XYZ52.1154.8268.81-
YUV195.2136.35122.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=31.65%
G=33.00%
B=35.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881962100.100.0700.18218.1819.6478.04
HexBCC4D2A7012da144e
Octal27430432212702233224116
Binary101111001100010011010010101011101001011011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4D2; }

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

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

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

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

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

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

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

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