#B9ABBE

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

Shades of Chatelle #B9ABBE

Tints of Chatelle #B9ABBE

Color information

#B9ABBE (or 0xB9ABBE) is unknown color: approx Chatelle. HEX triplet: B9, AB and BE. RGB value is (185,171,190). Sum of RGB (Red+Green+Blue) = 185+171+190=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABBE is #465441. Grayscale: #B1B1B1. Windows color (decimal): -4609090 or 12495801. OLE color: 12495801.

HSL color Cylindrical-coordinate representation of color #B9ABBE: hue angle of 284.21º 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 #B9ABBE is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185171190-
CMYK0.030.1000.25
HSL284.21º12.75%70.78%-
HSV(B)284.21º10%74.51%-
XYZ43.8643.1654.73-
YUV177.35135.14133.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=33.88%
G=31.32%
B=34.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851711900.030.1000.25284.2112.7570.78
HexB9ABBE3A01911cd47
Octal27125327631203143415107
Binary10111001101010111011111011101001100110001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABBE; }

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

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

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

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

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

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

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

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