#B7B0BB

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

Shades of Chatelle #B7B0BB

Tints of Chatelle #B7B0BB

Color information

#B7B0BB (or 0xB7B0BB) is unknown color: approx Chatelle. HEX triplet: B7, B0 and BB. RGB value is (183,176,187). Sum of RGB (Red+Green+Blue) = 183+176+187=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0BB is #484F44. Grayscale: #B3B3B3. Windows color (decimal): -4738885 or 12300471. OLE color: 12300471.

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

Color convert

RGB183176187-
CMYK0.020.0600.27
HSL278.18º7.48%71.18%-
HSV(B)278.18º5.88%73.33%-
XYZ44.0244.7153.32-
YUV179.35132.32130.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=33.52%
G=32.23%
B=34.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831761870.020.0600.27278.187.4871.18
HexB7B0BB2601B116747
Octal267260273260334267107
Binary101101111011000010111011101100110111000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0BB; }

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

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

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

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

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

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

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

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