#B2C3BB

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

Shades of Tiara #B2C3BB

Tints of Tiara #B2C3BB

Color information

#B2C3BB (or 0xB2C3BB) is unknown color: approx Tiara. HEX triplet: B2, C3 and BB. RGB value is (178,195,187). Sum of RGB (Red+Green+Blue) = 178+195+187=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3BB is #4D3C44. Grayscale: #BDBDBD. Windows color (decimal): -5061701 or 12305330. OLE color: 12305330.

HSL color Cylindrical-coordinate representation of color #B2C3BB: hue angle of 151.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C3BB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB178195187-
CMYK0.0900.040.24
HSL151.76º12.41%73.14%-
HSV(B)151.76º8.72%76.47%-
XYZ46.8452.0854.6-
YUV189126.87120.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=31.79%
G=34.82%
B=33.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951870.0900.040.24151.7612.4173.14
HexB2C3BB9041898c49
Octal26230327311043023014111
Binary10110010110000111011101110010100110001001100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C3BB; }

 p { color: rgb(178,195,187); }

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

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

 a { background-color: rgb(178,195,187); }

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

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

 span { border-color: rgb(178,195,187); }

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