#BBC4C0

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

Shades of Tiara #BBC4C0

Tints of Tiara #BBC4C0

Color information

#BBC4C0 (or 0xBBC4C0) is unknown color: approx Tiara. HEX triplet: BB, C4 and C0. RGB value is (187,196,192). Sum of RGB (Red+Green+Blue) = 187+196+192=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4C0 is #443B3F. Grayscale: #C0C0C0. Windows color (decimal): -4471616 or 12633275. OLE color: 12633275.

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

Color convert

RGB187196192-
CMYK0.0500.020.23
HSL153.33º7.09%75.1%-
HSV(B)153.33º4.59%76.86%-
XYZ49.7553.8557.64-
YUV192.85127.52123.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=32.52%
G=34.09%
B=33.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961920.0500.020.23153.337.0975.1
HexBBC4C0502179974b
Octal273304300502272317113
Binary10111011110001001100000010101010111100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4C0; }

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

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

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

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

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

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

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

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