#B99BC6

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

Shades of Chatelle #B99BC6

Tints of Chatelle #B99BC6

Color information

#B99BC6 (or 0xB99BC6) is unknown color: approx Chatelle. HEX triplet: B9, 9B and C6. RGB value is (185,155,198). Sum of RGB (Red+Green+Blue) = 185+155+198=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #B99BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BC6 is #466439. Grayscale: #A8A8A8. Windows color (decimal): -4613178 or 13015993. OLE color: 13015993.

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

Color convert

RGB185155198-
CMYK0.070.2200.22
HSL281.86º27.39%69.22%-
HSV(B)281.86º21.72%77.65%-
XYZ41.9237.8358.52-
YUV168.87144.44139.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=34.39%
G=28.81%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851551980.070.2200.22281.8627.3969.22
HexB99BC671601611a1b45
Octal27123330672602643233105
Binary10111001100110111100011011110110010110100011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BC6; }

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

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

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

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

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

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

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

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