Html Css Color HEX #B8A0BE Lola

📋 copy color: '#B8A0BE'

red 184 ◦ green 160 ◦ blue 190

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

Shades of Lola #B8A0BE

Tints of Lola #B8A0BE

RGB

 RED value IS 184 (72.27% from 255) = 34.46%

 GREEN value IS 160 (62.89% from 255) = 29.96%

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

R = 34.46%
G = 29.96%
B = 35.58%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8A0BE (or 0xB8A0BE) is known color: Lola. HEX triplet: B8, A0 and BE. RGB value is (184,160,190). Sum of RGB (Red+Green+Blue) = 184+160+190=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0BE is #475F41. Grayscale: #AAAAAA. Windows color (decimal): -4677442 or 12492984. OLE color: 12492984.

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

Color convert

RGB 184 160 190 -
CMYK 0.03 0.16 0 0.25
HSL 288º 0.19% 0.69% -
HSV(B) 288º 0.16% 0.75% -
XYZ 41.63 39.05 54.06 -
YUV 170.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 184 160 190 0.03 0.16 0 0.25 288 0.19 0.69
Hex B8 A0 BE 3 10 0 19 120 13 45
Octal 270 240 276 3 20 0 31 440 23 105
Binary 10111000 10100000 10111110 11 10000 0 11001 100100000 10011 1000101

Color Harmonies of #B8A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A0BE

Black with #B8A0BE

Text Example


Text Example

White with #B8A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A0BE; }

 p { color: rgb(184,160,190); }

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

background-color css

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

 a { background-color: rgb(184,160,190); }

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

border-color css

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

 span { border-color: rgb(184,160,190); }

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