Html Css Color HEX #B79CBA Lola

📋 copy color: '#B79CBA'

red 183 ◦ green 156 ◦ blue 186

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

Shades of Lola #B79CBA

Tints of Lola #B79CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

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

R = 34.86%
G = 29.71%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B79CBA (or 0xB79CBA) is known color: Lola. HEX triplet: B7, 9C and BA. RGB value is (183,156,186). Sum of RGB (Red+Green+Blue) = 183+156+186=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B79CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CBA is #486345. Grayscale: #A7A7A7. Windows color (decimal): -4744006 or 12229815. OLE color: 12229815.

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

Color convert

RGB 183 156 186 -
CMYK 0.02 0.16 0 0.27
HSL 294º 0.18% 0.67% -
HSV(B) 294º 0.16% 0.73% -
XYZ 40.28 37.39 51.55 -
YUV 167.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 183 156 186 0.02 0.16 0 0.27 294 0.18 0.67
Hex B7 9C BA 2 10 0 1B 126 12 43
Octal 267 234 272 2 20 0 33 446 22 103
Binary 10110111 10011100 10111010 10 10000 0 11011 100100110 10010 1000011

Color Harmonies of #B79CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79CBA

Black with #B79CBA

Text Example


Text Example

White with #B79CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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