Html Css Color HEX #B79BBE Lola

📋 copy color: '#B79BBE'

red 183 ◦ green 155 ◦ blue 190

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

Shades of Lola #B79BBE

Tints of Lola #B79BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 34.66%
G = 29.36%
B = 35.98%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B79BBE (or 0xB79BBE) is known color: Lola. HEX triplet: B7, 9B and BE. RGB value is (183,155,190). Sum of RGB (Red+Green+Blue) = 183+155+190=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B79BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBE is #486441. Grayscale: #A7A7A7. Windows color (decimal): -4744258 or 12491703. OLE color: 12491703.

HSL color Cylindrical-coordinate representation of color #B79BBE: hue angle of 288º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B79BBE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 155 190 -
CMYK 0.04 0.18 0 0.25
HSL 288º 0.21% 0.68% -
HSV(B) 288º 0.18% 0.75% -
XYZ 40.54 37.23 53.76 -
YUV 167.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 183 155 190 0.04 0.18 0 0.25 288 0.21 0.68
Hex B7 9B BE 4 12 0 19 120 15 44
Octal 267 233 276 4 22 0 31 440 25 104
Binary 10110111 10011011 10111110 100 10010 0 11001 100100000 10101 1000100

Color Harmonies of #B79BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79BBE

Black with #B79BBE

Text Example


Text Example

White with #B79BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79BBE; }

 p { color: rgb(183,155,190); }

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

background-color css

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

 a { background-color: rgb(183,155,190); }

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

border-color css

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

 span { border-color: rgb(183,155,190); }

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