#B99BC5

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

Shades of Chatelle #B99BC5

Tints of Chatelle #B99BC5

Color information

#B99BC5 (or 0xB99BC5) is unknown color: approx Chatelle. HEX triplet: B9, 9B and C5. RGB value is (185,155,197). Sum of RGB (Red+Green+Blue) = 185+155+197=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #B99BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BC5 is #46643A. Grayscale: #A8A8A8. Windows color (decimal): -4613179 or 12950457. OLE color: 12950457.

HSL color Cylindrical-coordinate representation of color #B99BC5: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99BC5 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185155197-
CMYK0.060.2100.23
HSL282.86º26.58%69.02%-
HSV(B)282.86º21.32%77.25%-
XYZ41.8137.7957.91-
YUV168.76143.94139.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 197 (77.34% from 255) = 36.69%
R=34.45%
G=28.86%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851551970.060.2100.23282.8626.5869.02
HexB99BC561501711b1b45
Octal27123330562502743333105
Binary10111001100110111100010111010101010111100011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BC5; }

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

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

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

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

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

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

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

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