#BCC7C2

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

Shades of Tiara #BCC7C2

Tints of Tiara #BCC7C2

Color information

#BCC7C2 (or 0xBCC7C2) is unknown color: approx Tiara. HEX triplet: BC, C7 and C2. RGB value is (188,199,194). Sum of RGB (Red+Green+Blue) = 188+199+194=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7C2 is #43383D. Grayscale: #C3C3C3. Windows color (decimal): -4405310 or 12765116. OLE color: 12765116.

HSL color Cylindrical-coordinate representation of color #BCC7C2: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC7C2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB188199194-
CMYK0.0600.030.22
HSL152.73º8.94%75.88%-
HSV(B)152.73º5.53%78.04%-
XYZ50.955.4359.06-
YUV195.14127.36122.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=32.36%
G=34.25%
B=33.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991940.0600.030.22152.738.9475.88
HexBCC7C2603169994c
Octal2743073026032623111114
Binary101111001100011111000010110011101101001100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7C2; }

 p { color: rgb(188,199,194); }

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

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

 a { background-color: rgb(188,199,194); }

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

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

 span { border-color: rgb(188,199,194); }

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