Html Css Color HEX #B79EBA Lola

📋 copy color: '#B79EBA'

red 183 ◦ green 158 ◦ blue 186

#B79EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #B79EBA

Tints of Lola #B79EBA

RGB

 RED value IS 183 (71.88% from 255) = 34.72%

 GREEN value IS 158 (62.11% from 255) = 29.98%

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 34.72%
G = 29.98%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B79EBA (or 0xB79EBA) is known color: Lola. HEX triplet: B7, 9E and BA. RGB value is (183,158,186). Sum of RGB (Red+Green+Blue) = 183+158+186=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B79EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79EBA is #486145. Grayscale: #A8A8A8. Windows color (decimal): -4743494 or 12230327. OLE color: 12230327.

HSL color Cylindrical-coordinate representation of color #B79EBA: hue angle of 293.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79EBA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 158 186 -
CMYK 0.02 0.15 0 0.27
HSL 293.57º 0.17% 0.67% -
HSV(B) 293.57º 0.15% 0.73% -
XYZ 40.62 38.07 51.66 -
YUV 168.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 183 158 186 0.02 0.15 0 0.27 293.57 0.17 0.67
Hex B7 9E BA 2 F 0 1B 126 11 43
Octal 267 236 272 2 17 0 33 446 21 103
Binary 10110111 10011110 10111010 10 1111 0 11011 100100110 10001 1000011

Color Harmonies of #B79EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79EBA

Black with #B79EBA

Text Example


Text Example

White with #B79EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79EBA; }

 p { color: rgb(183,158,186); }

 H1.HeaderClassName
 {
   color: #B79EBA;
 }
 .AnyTagClassName
 {
   color: #B79EBA;
 }
</style>

background-color css

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

 a { background-color: rgb(183,158,186); }

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

border-color css

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

 span { border-color: rgb(183,158,186); }

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