#B2A0BE

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

Shades of Chatelle #B2A0BE

Tints of Chatelle #B2A0BE

Color information

#B2A0BE (or 0xB2A0BE) is unknown color: approx Chatelle. HEX triplet: B2, A0 and BE. RGB value is (178,160,190). Sum of RGB (Red+Green+Blue) = 178+160+190=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0BE is #4D5F41. Grayscale: #A8A8A8. Windows color (decimal): -5070658 or 12492978. OLE color: 12492978.

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

Color convert

RGB178160190-
CMYK0.060.1600.25
HSL276º18.75%68.63%-
HSV(B)276º15.79%74.51%-
XYZ40.2338.3253.99-
YUV168.8139.96134.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=33.71%
G=30.30%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781601900.060.1600.2527618.7568.63
HexB2A0BE6100191141345
Octal26224027662003142423105
Binary10110010101000001011111011010000011001100010100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A0BE; }

 p { color: rgb(178,160,190); }

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

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

 a { background-color: rgb(178,160,190); }

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

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

 span { border-color: rgb(178,160,190); }

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