#B1C9BF

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

Shades of Tiara #B1C9BF

Tints of Tiara #B1C9BF

Color information

#B1C9BF (or 0xB1C9BF) is unknown color: approx Tiara. HEX triplet: B1, C9 and BF. RGB value is (177,201,191). Sum of RGB (Red+Green+Blue) = 177+201+191=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9BF is #4E3640. Grayscale: #C0C0C0. Windows color (decimal): -5125697 or 12569009. OLE color: 12569009.

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

Color convert

RGB177201191-
CMYK0.1200.050.21
HSL155º18.18%74.12%-
HSV(B)155º11.94%78.82%-
XYZ48.4254.8857.33-
YUV192.68127.05116.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 191 (75% from 255) = 33.57%
R=31.11%
G=35.33%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772011910.1200.050.2115518.1874.12
HexB1C9BFC05159b124a
Octal26131127714052523322112
Binary101100011100100110111111110001011010110011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C9BF; }

 p { color: rgb(177,201,191); }

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

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

 a { background-color: rgb(177,201,191); }

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

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

 span { border-color: rgb(177,201,191); }

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