#B4ABBD

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

Shades of Chatelle #B4ABBD

Tints of Chatelle #B4ABBD

Color information

#B4ABBD (or 0xB4ABBD) is unknown color: approx Chatelle. HEX triplet: B4, AB and BD. RGB value is (180,171,189). Sum of RGB (Red+Green+Blue) = 180+171+189=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABBD is #4B5442. Grayscale: #AFAFAF. Windows color (decimal): -4936771 or 12430260. OLE color: 12430260.

HSL color Cylindrical-coordinate representation of color #B4ABBD: hue angle of 270º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4ABBD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180171189-
CMYK0.050.1000.26
HSL270º12%70.59%-
HSV(B)270º9.52%74.12%-
XYZ42.5742.554.1-
YUV175.74135.48131.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 189 (74.22% from 255) = 35%
R=33.33%
G=31.67%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801711890.050.1000.262701270.59
HexB4ABBD5A01A10ec47
Octal26425327551203241614107
Binary101101001010101110111101101101001101010000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABBD; }

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

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

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

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

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

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

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

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