#B1CCC0

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

Shades of Tiara #B1CCC0

Tints of Tiara #B1CCC0

Color information

#B1CCC0 (or 0xB1CCC0) is unknown color: approx Tiara. HEX triplet: B1, CC and C0. RGB value is (177,204,192). Sum of RGB (Red+Green+Blue) = 177+204+192=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCC0 is #4E333F. Grayscale: #C2C2C2. Windows color (decimal): -5124928 or 12635313. OLE color: 12635313.

HSL color Cylindrical-coordinate representation of color #B1CCC0: hue angle of 153.33º degrees, saturation: 0.21, 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 #B1CCC0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB177204192-
CMYK0.1300.060.2
HSL153.33º20.93%74.71%-
HSV(B)153.33º13.24%80%-
XYZ49.2456.3458.15-
YUV194.56126.55115.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=30.89%
G=35.60%
B=33.51%

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
Decimal1772041920.1300.060.2153.3320.9374.71
HexB1CCC0D061499154b
Octal26131430015062423125113
Binary101100011100110011000000110101101010010011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCC0; }

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

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

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

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

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

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

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

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