#B4AABB

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

Shades of Chatelle #B4AABB

Tints of Chatelle #B4AABB

Color information

#B4AABB (or 0xB4AABB) is unknown color: approx Chatelle. HEX triplet: B4, AA and BB. RGB value is (180,170,187). Sum of RGB (Red+Green+Blue) = 180+170+187=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABB is #4B5544. Grayscale: #AEAEAE. Windows color (decimal): -4937029 or 12298932. OLE color: 12298932.

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

Color convert

RGB180170187-
CMYK0.040.0900.27
HSL275.29º11.11%70%-
HSV(B)275.29º9.09%73.33%-
XYZ42.1742.0452.91-
YUV174.93134.81131.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=33.52%
G=31.66%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801701870.040.0900.27275.2911.1170
HexB4AABB4901B113b46
Octal26425227341103342313106
Binary101101001010101010111011100100101101110001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AABB; }

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

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

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

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

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

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

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

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