#B3C8C0

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

Shades of Tiara #B3C8C0

Tints of Tiara #B3C8C0

Color information

#B3C8C0 (or 0xB3C8C0) is unknown color: approx Tiara. HEX triplet: B3, C8 and C0. RGB value is (179,200,192). Sum of RGB (Red+Green+Blue) = 179+200+192=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8C0 is #4C373F. Grayscale: #C0C0C0. Windows color (decimal): -4994880 or 12634291. OLE color: 12634291.

HSL color Cylindrical-coordinate representation of color #B3C8C0: hue angle of 157.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C8C0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB179200192-
CMYK0.1000.040.22
HSL157.14º16.03%74.31%-
HSV(B)157.14º10.5%78.43%-
XYZ48.7654.757.86-
YUV192.81127.54118.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=31.35%
G=35.03%
B=33.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001920.1000.040.22157.1416.0374.31
HexB3C8C0A04169d104a
Octal26331030012042623520112
Binary101100111100100011000000101001001011010011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C8C0; }

 p { color: rgb(179,200,192); }

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

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

 a { background-color: rgb(179,200,192); }

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

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

 span { border-color: rgb(179,200,192); }

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