#B89EC2

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

Shades of Chatelle #B89EC2

Tints of Chatelle #B89EC2

Color information

#B89EC2 (or 0xB89EC2) is unknown color: approx Chatelle. HEX triplet: B8, 9E and C2. RGB value is (184,158,194). Sum of RGB (Red+Green+Blue) = 184+158+194=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #B89EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EC2 is #47613D. Grayscale: #A9A9A9. Windows color (decimal): -4677950 or 12754616. OLE color: 12754616.

HSL color Cylindrical-coordinate representation of color #B89EC2: hue angle of 283.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B89EC2 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184158194-
CMYK0.050.1900.24
HSL283.33º22.78%69.02%-
HSV(B)283.33º18.56%76.08%-
XYZ41.7338.5456.28-
YUV169.88141.61138.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=34.33%
G=29.48%
B=36.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841581940.050.1900.24283.3322.7869.02
HexB89EC251301811b1745
Octal27023630252303043327105
Binary10111000100111101100001010110011011000100011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89EC2; }

 p { color: rgb(184,158,194); }

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

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

 a { background-color: rgb(184,158,194); }

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

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

 span { border-color: rgb(184,158,194); }

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