#BCC4CC

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

Shades of Spindle #BCC4CC

Tints of Spindle #BCC4CC

Color information

#BCC4CC (or 0xBCC4CC) is unknown color: approx Spindle. HEX triplet: BC, C4 and CC. RGB value is (188,196,204). Sum of RGB (Red+Green+Blue) = 188+196+204=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4CC is #433B33. Grayscale: #C2C2C2. Windows color (decimal): -4406068 or 13419708. OLE color: 13419708.

HSL color Cylindrical-coordinate representation of color #BCC4CC: hue angle of 210º degrees, saturation: 0.14, 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 #BCC4CC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188196204-
CMYK0.080.0400.2
HSL210º13.56%76.86%-
HSV(B)210º7.84%80%-
XYZ51.3854.5364.94-
YUV194.52133.35123.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=31.97%
G=33.33%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881962040.080.0400.221013.5676.86
HexBCC4CC84014d2e4d
Octal27430431410402432216115
Binary10111100110001001100110010001000101001101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4CC; }

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

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

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

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

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

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

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

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