#B398B9

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

Shades of Chatelle #B398B9

Tints of Chatelle #B398B9

Color information

#B398B9 (or 0xB398B9) is unknown color: approx Chatelle. HEX triplet: B3, 98 and B9. RGB value is (179,152,185). Sum of RGB (Red+Green+Blue) = 179+152+185=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #B398B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398B9 is #4C6746. Grayscale: #A3A3A3. Windows color (decimal): -5007175 or 12163251. OLE color: 12163251.

HSL color Cylindrical-coordinate representation of color #B398B9: hue angle of 289.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B398B9 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179152185-
CMYK0.030.1800.27
HSL289.09º19.08%66.08%-
HSV(B)289.09º17.84%72.55%-
XYZ38.5835.5450.73-
YUV163.84139.95138.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=34.69%
G=29.46%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791521850.030.1800.27289.0919.0866.08
HexB398B931201B1211342
Octal26323027132203344123102
Binary1011001110011000101110011110010011011100100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398B9; }

 p { color: rgb(179,152,185); }

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

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

 a { background-color: rgb(179,152,185); }

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

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

 span { border-color: rgb(179,152,185); }

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