#B2CCC0

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

Shades of Tiara #B2CCC0

Tints of Tiara #B2CCC0

Color information

#B2CCC0 (or 0xB2CCC0) is unknown color: approx Tiara. HEX triplet: B2, CC and C0. RGB value is (178,204,192). Sum of RGB (Red+Green+Blue) = 178+204+192=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCC0 is #4D333F. Grayscale: #C2C2C2. Windows color (decimal): -5059392 or 12635314. OLE color: 12635314.

HSL color Cylindrical-coordinate representation of color #B2CCC0: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCC0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB178204192-
CMYK0.1300.060.2
HSL152.31º20.31%74.9%-
HSV(B)152.31º12.75%80%-
XYZ49.4756.4658.16-
YUV194.86126.39115.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.01%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=31.01%
G=35.54%
B=33.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041920.1300.060.2152.3120.3174.9
HexB2CCC0D061498144b
Octal26231430015062423024113
Binary101100101100110011000000110101101010010011000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCC0; }

 p { color: rgb(178,204,192); }

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

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

 a { background-color: rgb(178,204,192); }

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

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

 span { border-color: rgb(178,204,192); }

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