#B99DC8

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

Shades of Chatelle #B99DC8

Tints of Chatelle #B99DC8

Color information

#B99DC8 (or 0xB99DC8) is unknown color: approx Chatelle. HEX triplet: B9, 9D and C8. RGB value is (185,157,200). Sum of RGB (Red+Green+Blue) = 185+157+200=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 200 - color contains mainly: blue. Hex color #B99DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DC8 is #466237. Grayscale: #AAAAAA. Windows color (decimal): -4612664 or 13147577. OLE color: 13147577.

HSL color Cylindrical-coordinate representation of color #B99DC8: hue angle of 279.07º degrees, saturation: 0.28, 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 #B99DC8 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185157200-
CMYK0.080.2200.22
HSL279.07º28.1%70%-
HSV(B)279.07º21.5%78.43%-
XYZ42.4938.659.85-
YUV170.27144.78138.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=34.13%
G=28.97%
B=36.90%

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
Decimal1851572000.080.2200.22279.0728.170
HexB99DC88160161171c46
Octal271235310102602642734106
Binary101110011001110111001000100010110010110100010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DC8; }

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

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

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

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

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

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

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

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