#B7BFBB

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

Shades of Tiara #B7BFBB

Tints of Tiara #B7BFBB

Color information

#B7BFBB (or 0xB7BFBB) is unknown color: approx Tiara. HEX triplet: B7, BF and BB. RGB value is (183,191,187). Sum of RGB (Red+Green+Blue) = 183+191+187=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFBB is #484044. Grayscale: #BCBCBC. Windows color (decimal): -4735045 or 12304311. OLE color: 12304311.

HSL color Cylindrical-coordinate representation of color #B7BFBB: hue angle of 150º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7BFBB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB183191187-
CMYK0.0400.020.25
HSL150º5.88%73.33%-
HSV(B)150º4.19%74.9%-
XYZ47.1350.9254.36-
YUV188.15127.35124.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=32.62%
G=34.05%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911870.0400.020.251505.8873.33
HexB7BFBB4021996649
Octal267277273402312266111
Binary10110111101111111011101110001011001100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFBB; }

 p { color: rgb(183,191,187); }

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

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

 a { background-color: rgb(183,191,187); }

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

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

 span { border-color: rgb(183,191,187); }

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