Html Css Color HEX #B796BA Lola

📋 copy color: '#B796BA'

red 183 ◦ green 150 ◦ blue 186

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

Shades of Lola #B796BA

Tints of Lola #B796BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

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

R = 35.26%
G = 28.9%
B = 35.84%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B796BA (or 0xB796BA) is known color: Lola. HEX triplet: B7, 96 and BA. RGB value is (183,150,186). Sum of RGB (Red+Green+Blue) = 183+150+186=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B796BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796BA is #486945. Grayscale: #A3A3A3. Windows color (decimal): -4745542 or 12228279. OLE color: 12228279.

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

Color convert

RGB 183 150 186 -
CMYK 0.02 0.19 0 0.27
HSL 295º 0.21% 0.66% -
HSV(B) 295º 0.19% 0.73% -
XYZ 39.3 35.43 51.22 -
YUV 163.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 183 150 186 0.02 0.19 0 0.27 295 0.21 0.66
Hex B7 96 BA 2 13 0 1B 127 15 42
Octal 267 226 272 2 23 0 33 447 25 102
Binary 10110111 10010110 10111010 10 10011 0 11011 100100111 10101 1000010

Color Harmonies of #B796BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796BA

Black with #B796BA

Text Example


Text Example

White with #B796BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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