#B6A9BE

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

Shades of Chatelle #B6A9BE

Tints of Chatelle #B6A9BE

Color information

#B6A9BE (or 0xB6A9BE) is unknown color: approx Chatelle. HEX triplet: B6, A9 and BE. RGB value is (182,169,190). Sum of RGB (Red+Green+Blue) = 182+169+190=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9BE is #495641. Grayscale: #AFAFAF. Windows color (decimal): -4806210 or 12495286. OLE color: 12495286.

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

Color convert

RGB182169190-
CMYK0.040.1100.25
HSL277.14º13.91%70.39%-
HSV(B)277.14º11.05%74.51%-
XYZ42.7742.0454.58-
YUV175.28136.31132.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=33.64%
G=31.24%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821691900.040.1100.25277.1413.9170.39
HexB6A9BE4B019115e46
Octal26625127641303142516106
Binary101101101010100110111110100101101100110001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9BE; }

 p { color: rgb(182,169,190); }

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

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

 a { background-color: rgb(182,169,190); }

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

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

 span { border-color: rgb(182,169,190); }

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