#B99FC6

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

Shades of Chatelle #B99FC6

Tints of Chatelle #B99FC6

Color information

#B99FC6 (or 0xB99FC6) is unknown color: approx Chatelle. HEX triplet: B9, 9F and C6. RGB value is (185,159,198). Sum of RGB (Red+Green+Blue) = 185+159+198=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #B99FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FC6 is #466039. Grayscale: #ABABAB. Windows color (decimal): -4612154 or 13017017. OLE color: 13017017.

HSL color Cylindrical-coordinate representation of color #B99FC6: hue angle of 280º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B99FC6 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185159198-
CMYK0.070.2000.22
HSL280º25.49%70%-
HSV(B)280º19.7%77.65%-
XYZ42.639.1958.74-
YUV171.22143.11137.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=34.13%
G=29.34%
B=36.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851591980.070.2000.2228025.4970
HexB99FC67140161181946
Octal27123730672402643031106
Binary10111001100111111100011011110100010110100011000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FC6; }

 p { color: rgb(185,159,198); }

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

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

 a { background-color: rgb(185,159,198); }

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

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

 span { border-color: rgb(185,159,198); }

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