#B995CD

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

Shades of East Side #B995CD

Tints of East Side #B995CD

Color information

#B995CD (or 0xB995CD) is unknown color: approx East Side. HEX triplet: B9, 95 and CD. RGB value is (185,149,205). Sum of RGB (Red+Green+Blue) = 185+149+205=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B995CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995CD is #466A32. Grayscale: #A5A5A5. Windows color (decimal): -4614707 or 13473209. OLE color: 13473209.

HSL color Cylindrical-coordinate representation of color #B995CD: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B995CD is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185149205-
CMYK0.100.2700.20
HSL278.57º35.9%69.41%-
HSV(B)278.57º27.32%80.39%-
XYZ41.7736.2262.55-
YUV166.15149.93141.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=34.32%
G=27.64%
B=38.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851492050.100.2700.20278.5735.969.41
HexB995CDA1B0141172445
Octal271225315123302442744105
Binary1011100110010101110011011010110110101001000101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995CD; }

 p { color: rgb(185,149,205); }

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

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

 a { background-color: rgb(185,149,205); }

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

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

 span { border-color: rgb(185,149,205); }

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