#B991CB

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

Shades of East Side #B991CB

Tints of East Side #B991CB

Color information

#B991CB (or 0xB991CB) is unknown color: approx East Side. HEX triplet: B9, 91 and CB. RGB value is (185,145,203). Sum of RGB (Red+Green+Blue) = 185+145+203=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #B991CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991CB is #466E34. Grayscale: #A3A3A3. Windows color (decimal): -4615733 or 13341113. OLE color: 13341113.

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

Color convert

RGB185145203-
CMYK0.090.2900.20
HSL281.38º35.8%68.24%-
HSV(B)281.38º28.57%79.61%-
XYZ40.9134.8861.08-
YUV163.57150.25143.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=34.71%
G=27.20%
B=38.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851452030.090.2900.20281.3835.868.24
HexB991CB91D0141192444
Octal271221313113502443144104
Binary1011100110010001110010111001111010101001000110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991CB; }

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

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

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

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

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

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

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

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