#B2A6BE

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

Shades of Chatelle #B2A6BE

Tints of Chatelle #B2A6BE

Color information

#B2A6BE (or 0xB2A6BE) is unknown color: approx Chatelle. HEX triplet: B2, A6 and BE. RGB value is (178,166,190). Sum of RGB (Red+Green+Blue) = 178+166+190=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6BE is #4D5941. Grayscale: #ACACAC. Windows color (decimal): -5069122 or 12494514. OLE color: 12494514.

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

Color convert

RGB178166190-
CMYK0.060.1300.25
HSL270º15.58%69.8%-
HSV(B)270º12.63%74.51%-
XYZ41.2940.4654.35-
YUV172.32137.98132.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=33.33%
G=31.09%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781661900.060.1300.2527015.5869.8
HexB2A6BE6D01910e1046
Octal26224627661503141620106
Binary1011001010100110101111101101101011001100001110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6BE; }

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

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

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

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

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

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

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

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