#B99CC8

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

Shades of Chatelle #B99CC8

Tints of Chatelle #B99CC8

Color information

#B99CC8 (or 0xB99CC8) is unknown color: approx Chatelle. HEX triplet: B9, 9C and C8. RGB value is (185,156,200). Sum of RGB (Red+Green+Blue) = 185+156+200=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 200 - color contains mainly: blue. Hex color #B99CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CC8 is #466337. Grayscale: #A9A9A9. Windows color (decimal): -4612920 or 13147321. OLE color: 13147321.

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

Color convert

RGB185156200-
CMYK0.080.2200.22
HSL279.55º28.57%69.8%-
HSV(B)279.55º22%78.43%-
XYZ42.3238.2659.8-
YUV169.69145.11138.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=34.20%
G=28.84%
B=36.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851562000.080.2200.22279.5528.5769.8
HexB99CC88160161181d46
Octal271234310102602643035106
Binary101110011001110011001000100010110010110100011000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CC8; }

 p { color: rgb(185,156,200); }

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

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

 a { background-color: rgb(185,156,200); }

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

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

 span { border-color: rgb(185,156,200); }

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