#B6ABBE

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

Shades of Chatelle #B6ABBE

Tints of Chatelle #B6ABBE

Color information

#B6ABBE (or 0xB6ABBE) is unknown color: approx Chatelle. HEX triplet: B6, AB and BE. RGB value is (182,171,190). Sum of RGB (Red+Green+Blue) = 182+171+190=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABBE is #495441. Grayscale: #B0B0B0. Windows color (decimal): -4805698 or 12495798. OLE color: 12495798.

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

Color convert

RGB182171190-
CMYK0.040.1000.25
HSL274.74º12.75%70.78%-
HSV(B)274.74º10%74.51%-
XYZ43.1542.7954.7-
YUV176.46135.64131.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=33.52%
G=31.49%
B=34.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821711900.040.1000.25274.7412.7570.78
HexB6ABBE4A019113d47
Octal26625327641203142315107
Binary101101101010101110111110100101001100110001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABBE; }

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

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

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

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

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

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

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

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