#B0C7BE

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

Shades of Tiara #B0C7BE

Tints of Tiara #B0C7BE

Color information

#B0C7BE (or 0xB0C7BE) is unknown color: approx Tiara. HEX triplet: B0, C7 and BE. RGB value is (176,199,190). Sum of RGB (Red+Green+Blue) = 176+199+190=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C7BE is #4F3841. Grayscale: #BFBFBF. Windows color (decimal): -5191746 or 12502960. OLE color: 12502960.

HSL color Cylindrical-coordinate representation of color #B0C7BE: hue angle of 156.52º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C7BE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB176199190-
CMYK0.1200.050.22
HSL156.52º17.04%73.53%-
HSV(B)156.52º11.56%78.04%-
XYZ47.6253.7956.59-
YUV191.1127.38117.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=31.15%
G=35.22%
B=33.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991900.1200.050.22156.5217.0473.53
HexB0C7BEC05169d114a
Octal26030727614052623521112
Binary101100001100011110111110110001011011010011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C7BE; }

 p { color: rgb(176,199,190); }

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

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

 a { background-color: rgb(176,199,190); }

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

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

 span { border-color: rgb(176,199,190); }

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