Html Css Color HEX #B799BE Lola

📋 copy color: '#B799BE'

red 183 ◦ green 153 ◦ blue 190

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

Shades of Lola #B799BE

Tints of Lola #B799BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

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

R = 34.79%
G = 29.09%
B = 36.12%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B799BE (or 0xB799BE) is known color: Lola. HEX triplet: B7, 99 and BE. RGB value is (183,153,190). Sum of RGB (Red+Green+Blue) = 183+153+190=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B799BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799BE is #486641. Grayscale: #A6A6A6. Windows color (decimal): -4744770 or 12491191. OLE color: 12491191.

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

Color convert

RGB 183 153 190 -
CMYK 0.04 0.19 0 0.25
HSL 288.65º 0.22% 0.67% -
HSV(B) 288.65º 0.19% 0.75% -
XYZ 40.21 36.57 53.65 -
YUV 166.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 183 153 190 0.04 0.19 0 0.25 288.65 0.22 0.67
Hex B7 99 BE 4 13 0 19 121 16 43
Octal 267 231 276 4 23 0 31 441 26 103
Binary 10110111 10011001 10111110 100 10011 0 11001 100100001 10110 1000011

Color Harmonies of #B799BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B799BE

Black with #B799BE

Text Example


Text Example

White with #B799BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B799BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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