#B995CB

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

Shades of East Side #B995CB

Tints of East Side #B995CB

Color information

#B995CB (or 0xB995CB) is unknown color: approx East Side. HEX triplet: B9, 95 and CB. RGB value is (185,149,203). Sum of RGB (Red+Green+Blue) = 185+149+203=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B995CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995CB is #466A34. Grayscale: #A5A5A5. Windows color (decimal): -4614709 or 13342137. OLE color: 13342137.

HSL color Cylindrical-coordinate representation of color #B995CB: hue angle of 280º degrees, saturation: 0.34, 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 #B995CB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185149203-
CMYK0.090.2700.20
HSL280º34.18%69.02%-
HSV(B)280º26.6%79.61%-
XYZ41.5336.1261.28-
YUV165.92148.93141.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=34.45%
G=27.75%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851492030.090.2700.2028034.1869.02
HexB995CB91B0141182245
Octal271225313113302443042105
Binary1011100110010101110010111001110110101001000110001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995CB; }

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

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

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

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

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

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

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

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