#B4A9BE

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

Shades of Chatelle #B4A9BE

Tints of Chatelle #B4A9BE

Color information

#B4A9BE (or 0xB4A9BE) is unknown color: approx Chatelle. HEX triplet: B4, A9 and BE. RGB value is (180,169,190). Sum of RGB (Red+Green+Blue) = 180+169+190=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9BE is #4B5641. Grayscale: #AEAEAE. Windows color (decimal): -4937282 or 12495284. OLE color: 12495284.

HSL color Cylindrical-coordinate representation of color #B4A9BE: hue angle of 271.43º 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 #B4A9BE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180169190-
CMYK0.050.1100.25
HSL271.43º13.91%70.39%-
HSV(B)271.43º11.05%74.51%-
XYZ42.341.854.55-
YUV174.68136.64131.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=33.40%
G=31.35%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801691900.050.1100.25271.4313.9170.39
HexB4A9BE5B01910fe46
Octal26425127651303141716106
Binary101101001010100110111110101101101100110000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9BE; }

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

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

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

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

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

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

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

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