#B89DC2

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

Shades of Chatelle #B89DC2

Tints of Chatelle #B89DC2

Color information

#B89DC2 (or 0xB89DC2) is unknown color: approx Chatelle. HEX triplet: B8, 9D and C2. RGB value is (184,157,194). Sum of RGB (Red+Green+Blue) = 184+157+194=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #B89DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DC2 is #47623D. Grayscale: #A9A9A9. Windows color (decimal): -4678206 or 12754360. OLE color: 12754360.

HSL color Cylindrical-coordinate representation of color #B89DC2: hue angle of 283.78º 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 #B89DC2 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184157194-
CMYK0.050.1900.24
HSL283.78º23.27%68.82%-
HSV(B)283.78º19.07%76.08%-
XYZ41.5638.256.22-
YUV169.29141.95138.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 194 (76.17% from 255) = 36.26%
R=34.39%
G=29.35%
B=36.26%

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
Decimal1841571940.050.1900.24283.7823.2768.82
HexB89DC251301811c1745
Octal27023530252303043427105
Binary10111000100111011100001010110011011000100011100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DC2; }

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

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

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

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

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

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

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

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