#BCC4C0

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

Shades of Tiara #BCC4C0

Tints of Tiara #BCC4C0

Color information

#BCC4C0 (or 0xBCC4C0) is unknown color: approx Tiara. HEX triplet: BC, C4 and C0. RGB value is (188,196,192). Sum of RGB (Red+Green+Blue) = 188+196+192=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4C0 is #433B3F. Grayscale: #C1C1C1. Windows color (decimal): -4406080 or 12633276. OLE color: 12633276.

HSL color Cylindrical-coordinate representation of color #BCC4C0: hue angle of 150º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC4C0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB188196192-
CMYK0.0400.020.23
HSL150º6.35%75.29%-
HSV(B)150º4.08%76.86%-
XYZ49.9953.9857.65-
YUV193.15127.35124.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=32.64%
G=34.03%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961920.0400.020.231506.3575.29
HexBCC4C0402179664b
Octal274304300402272266113
Binary10111100110001001100000010001010111100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4C0; }

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

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

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

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

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

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

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

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