#BCC4CD

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

Shades of Spindle #BCC4CD

Tints of Spindle #BCC4CD

Color information

#BCC4CD (or 0xBCC4CD) is unknown color: approx Spindle. HEX triplet: BC, C4 and CD. RGB value is (188,196,205). Sum of RGB (Red+Green+Blue) = 188+196+205=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4CD is #433B32. Grayscale: #C2C2C2. Windows color (decimal): -4406067 or 13485244. OLE color: 13485244.

HSL color Cylindrical-coordinate representation of color #BCC4CD: hue angle of 211.76º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC4CD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188196205-
CMYK0.080.0400.20
HSL211.76º14.53%77.06%-
HSV(B)211.76º8.29%80.39%-
XYZ51.554.5865.58-
YUV194.63133.85123.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=31.92%
G=33.28%
B=34.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881962050.080.0400.20211.7614.5377.06
HexBCC4CD84014d4f4d
Octal27430431510402432417115
Binary10111100110001001100110110001000101001101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4CD; }

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

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

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

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

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

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

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

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