#B1C5BB

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

Shades of Tiara #B1C5BB

Tints of Tiara #B1C5BB

Color information

#B1C5BB (or 0xB1C5BB) is unknown color: approx Tiara. HEX triplet: B1, C5 and BB. RGB value is (177,197,187). Sum of RGB (Red+Green+Blue) = 177+197+187=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5BB is #4E3A44. Grayscale: #BDBDBD. Windows color (decimal): -5126725 or 12305841. OLE color: 12305841.

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

Color convert

RGB177197187-
CMYK0.1000.050.23
HSL150º14.71%73.33%-
HSV(B)150º10.15%77.25%-
XYZ47.0752.8754.74-
YUV189.88126.37118.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=31.55%
G=35.12%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971870.1000.050.2315014.7173.33
HexB1C5BBA051796f49
Octal26130527312052722617111
Binary10110001110001011011101110100101101111001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5BB; }

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

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

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

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

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

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

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

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