#B59EBF

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

Shades of Chatelle #B59EBF

Tints of Chatelle #B59EBF

Color information

#B59EBF (or 0xB59EBF) is unknown color: approx Chatelle. HEX triplet: B5, 9E and BF. RGB value is (181,158,191). Sum of RGB (Red+Green+Blue) = 181+158+191=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #B59EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EBF is #4A6140. Grayscale: #A8A8A8. Windows color (decimal): -4874561 or 12558005. OLE color: 12558005.

HSL color Cylindrical-coordinate representation of color #B59EBF: hue angle of 281.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59EBF is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181158191-
CMYK0.050.1700.25
HSL281.82º20.5%68.43%-
HSV(B)281.82º17.28%74.9%-
XYZ40.6938.0454.49-
YUV168.64140.62136.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 191 (75% from 255) = 36.04%
R=34.15%
G=29.81%
B=36.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811581910.050.1700.25281.8220.568.43
HexB59EBF51101911a1444
Octal26523627752103143224104
Binary10110101100111101011111110110001011001100011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EBF; }

 p { color: rgb(181,158,191); }

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

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

 a { background-color: rgb(181,158,191); }

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

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

 span { border-color: rgb(181,158,191); }

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