#B4ABBA

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

Shades of Chatelle #B4ABBA

Tints of Chatelle #B4ABBA

Color information

#B4ABBA (or 0xB4ABBA) is unknown color: approx Chatelle. HEX triplet: B4, AB and BA. RGB value is (180,171,186). Sum of RGB (Red+Green+Blue) = 180+171+186=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABBA is #4B5445. Grayscale: #AFAFAF. Windows color (decimal): -4936774 or 12233652. OLE color: 12233652.

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

Color convert

RGB180171186-
CMYK0.030.0800.27
HSL276º9.8%70%-
HSV(B)276º8.06%72.94%-
XYZ42.2542.3752.41-
YUV175.4133.98131.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=33.52%
G=31.84%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801711860.030.0800.272769.870
HexB4ABBA3801B114a46
Octal26425327231003342412106
Binary10110100101010111011101011100001101110001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABBA; }

 p { color: rgb(180,171,186); }

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

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

 a { background-color: rgb(180,171,186); }

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

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

 span { border-color: rgb(180,171,186); }

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