#BB92C8

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

Shades of East Side #BB92C8

Tints of East Side #BB92C8

Color information

#BB92C8 (or 0xBB92C8) is unknown color: approx East Side. HEX triplet: BB, 92 and C8. RGB value is (187,146,200). Sum of RGB (Red+Green+Blue) = 187+146+200=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB92C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92C8 is #446D37. Grayscale: #A4A4A4. Windows color (decimal): -4484408 or 13144763. OLE color: 13144763.

HSL color Cylindrical-coordinate representation of color #BB92C8: hue angle of 285.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB92C8 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187146200-
CMYK0.060.2700.22
HSL285.56º32.93%67.84%-
HSV(B)285.56º27%78.43%-
XYZ41.235.2959.28-
YUV164.42148.08144.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=35.08%
G=27.39%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871462000.060.2700.22285.5632.9367.84
HexBB92C861B01611e2144
Octal27322231063302643641104
Binary101110111001001011001000110110110101101000111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92C8; }

 p { color: rgb(187,146,200); }

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

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

 a { background-color: rgb(187,146,200); }

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

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

 span { border-color: rgb(187,146,200); }

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