#BBC7C2

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

Shades of Tiara #BBC7C2

Tints of Tiara #BBC7C2

Color information

#BBC7C2 (or 0xBBC7C2) is unknown color: approx Tiara. HEX triplet: BB, C7 and C2. RGB value is (187,199,194). Sum of RGB (Red+Green+Blue) = 187+199+194=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7C2 is #44383D. Grayscale: #C2C2C2. Windows color (decimal): -4470846 or 12765115. OLE color: 12765115.

HSL color Cylindrical-coordinate representation of color #BBC7C2: hue angle of 155º degrees, saturation: 0.1, 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 #BBC7C2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB187199194-
CMYK0.0600.030.22
HSL155º9.68%75.69%-
HSV(B)155º6.03%78.04%-
XYZ50.6555.3159.04-
YUV194.84127.52122.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 199 (78.12% from 255) = 34.31%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=32.24%
G=34.31%
B=33.45%

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
Decimal1871991940.0600.030.221559.6875.69
HexBBC7C2603169ba4c
Octal2733073026032623312114
Binary101110111100011111000010110011101101001101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7C2; }

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

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

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

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

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

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

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

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