#B5ABBE

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

Shades of Chatelle #B5ABBE

Tints of Chatelle #B5ABBE

Color information

#B5ABBE (or 0xB5ABBE) is unknown color: approx Chatelle. HEX triplet: B5, AB and BE. RGB value is (181,171,190). Sum of RGB (Red+Green+Blue) = 181+171+190=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBE is #4A5441. Grayscale: #B0B0B0. Windows color (decimal): -4871234 or 12495797. OLE color: 12495797.

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

Color convert

RGB181171190-
CMYK0.050.1000.25
HSL271.58º12.75%70.78%-
HSV(B)271.58º10%74.51%-
XYZ42.9142.6754.69-
YUV176.16135.81131.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=33.39%
G=31.55%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811711900.050.1000.25271.5812.7570.78
HexB5ABBE5A019110d47
Octal26525327651203142015107
Binary101101011010101110111110101101001100110001000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABBE; }

 p { color: rgb(181,171,190); }

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

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

 a { background-color: rgb(181,171,190); }

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

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

 span { border-color: rgb(181,171,190); }

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