#B1C7BD

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

Shades of Tiara #B1C7BD

Tints of Tiara #B1C7BD

Color information

#B1C7BD (or 0xB1C7BD) is unknown color: approx Tiara. HEX triplet: B1, C7 and BD. RGB value is (177,199,189). Sum of RGB (Red+Green+Blue) = 177+199+189=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7BD is #4E3842. Grayscale: #BFBFBF. Windows color (decimal): -5126211 or 12437425. OLE color: 12437425.

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

Color convert

RGB177199189-
CMYK0.1100.050.22
HSL152.73º16.42%73.73%-
HSV(B)152.73º11.06%78.04%-
XYZ47.7453.8756.03-
YUV191.28126.71117.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=31.33%
G=35.22%
B=33.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771991890.1100.050.22152.7316.4273.73
HexB1C7BDB051699104a
Octal26130727513052623120112
Binary101100011100011110111101101101011011010011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C7BD; }

 p { color: rgb(177,199,189); }

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

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

 a { background-color: rgb(177,199,189); }

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

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

 span { border-color: rgb(177,199,189); }

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