#B0C5BB

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

Shades of Tiara #B0C5BB

Tints of Tiara #B0C5BB

Color information

#B0C5BB (or 0xB0C5BB) is unknown color: approx Tiara. HEX triplet: B0, C5 and BB. RGB value is (176,197,187). Sum of RGB (Red+Green+Blue) = 176+197+187=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BB is #4F3A44. Grayscale: #BDBDBD. Windows color (decimal): -5192261 or 12305840. OLE color: 12305840.

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

Color convert

RGB176197187-
CMYK0.1100.050.23
HSL151.43º15.33%73.14%-
HSV(B)151.43º10.66%77.25%-
XYZ46.8452.7554.73-
YUV189.58126.54118.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=31.43%
G=35.18%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971870.1100.050.23151.4315.3373.14
HexB0C5BBB051797f49
Octal26030527313052722717111
Binary10110000110001011011101110110101101111001011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5BB; }

 p { color: rgb(176,197,187); }

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

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

 a { background-color: rgb(176,197,187); }

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

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

 span { border-color: rgb(176,197,187); }

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