#BCC4D1

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

Shades of Spindle #BCC4D1

Tints of Spindle #BCC4D1

Color information

#BCC4D1 (or 0xBCC4D1) is unknown color: approx Spindle. HEX triplet: BC, C4 and D1. RGB value is (188,196,209). Sum of RGB (Red+Green+Blue) = 188+196+209=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4D1 is #433B2E. Grayscale: #C3C3C3. Windows color (decimal): -4406063 or 13747388. OLE color: 13747388.

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

Color convert

RGB188196209-
CMYK0.100.0600.18
HSL217.14º18.58%77.84%-
HSV(B)217.14º10.05%81.96%-
XYZ51.9954.7768.15-
YUV195.09135.85122.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=31.70%
G=33.05%
B=35.24%

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
Decimal1881962090.100.0600.18217.1418.5877.84
HexBCC4D1A6012d9134e
Octal27430432112602233123116
Binary101111001100010011010001101011001001011011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4D1; }

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

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

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

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

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

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

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

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