#B4AABE

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

Shades of Chatelle #B4AABE

Tints of Chatelle #B4AABE

Color information

#B4AABE (or 0xB4AABE) is unknown color: approx Chatelle. HEX triplet: B4, AA and BE. RGB value is (180,170,190). Sum of RGB (Red+Green+Blue) = 180+170+190=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABE is #4B5541. Grayscale: #AFAFAF. Windows color (decimal): -4937026 or 12495540. OLE color: 12495540.

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

Color convert

RGB180170190-
CMYK0.050.1100.25
HSL270º13.33%70.59%-
HSV(B)270º10.53%74.51%-
XYZ42.4942.1754.62-
YUV175.27136.31131.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

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
Decimal1801701900.050.1100.2527013.3370.59
HexB4AABE5B01910ed47
Octal26425227651303141615107
Binary101101001010101010111110101101101100110000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AABE; }

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

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

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

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

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

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

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

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