#BB92C4

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

Shades of East Side #BB92C4

Tints of East Side #BB92C4

Color information

#BB92C4 (or 0xBB92C4) is unknown color: approx East Side. HEX triplet: BB, 92 and C4. RGB value is (187,146,196). Sum of RGB (Red+Green+Blue) = 187+146+196=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB92C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92C4 is #446D3B. Grayscale: #A3A3A3. Windows color (decimal): -4484412 or 12882619. OLE color: 12882619.

HSL color Cylindrical-coordinate representation of color #BB92C4: hue angle of 289.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB92C4 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187146196-
CMYK0.050.2600.23
HSL289.2º29.76%67.06%-
HSV(B)289.2º25.51%76.86%-
XYZ40.7435.1156.85-
YUV163.96146.08144.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=35.35%
G=27.60%
B=37.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871461960.050.2600.23289.229.7667.06
HexBB92C451A0171211e43
Octal27322230453202744136103
Binary10111011100100101100010010111010010111100100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92C4; }

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

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

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

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

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

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

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

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