#B793BC

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

Shades of Lola #B793BC

Tints of Lola #B793BC

Color information

#B793BC (or 0xB793BC) is unknown color: approx Lola. HEX triplet: B7, 93 and BC. RGB value is (183,147,188). Sum of RGB (Red+Green+Blue) = 183+147+188=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B793BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793BC is #486C43. Grayscale: #A2A2A2. Windows color (decimal): -4746308 or 12358583. OLE color: 12358583.

HSL color Cylindrical-coordinate representation of color #B793BC: hue angle of 292.68º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B793BC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183147188-
CMYK0.030.2200.26
HSL292.68º23.43%65.69%-
HSV(B)292.68º21.81%73.73%-
XYZ39.0434.5752.19-
YUV162.44142.43142.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=35.33%
G=28.38%
B=36.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831471880.030.2200.26292.6823.4365.69
HexB793BC31601A1251742
Octal26722327432603244527102
Binary1011011110010011101111001110110011010100100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B793BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B793BC; }

 p { color: rgb(183,147,188); }

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

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

 a { background-color: rgb(183,147,188); }

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

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

 span { border-color: rgb(183,147,188); }

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