Html Css Color HEX #B895BE Lola

📋 copy color: '#B895BE'

red 184 ◦ green 149 ◦ blue 190

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

Shades of Lola #B895BE

Tints of Lola #B895BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.49%

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

R = 35.18%
G = 28.49%
B = 36.33%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B895BE (or 0xB895BE) is known color: Lola. HEX triplet: B8, 95 and BE. RGB value is (184,149,190). Sum of RGB (Red+Green+Blue) = 184+149+190=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B895BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BE is #476A41. Grayscale: #A4A4A4. Windows color (decimal): -4680258 or 12490168. OLE color: 12490168.

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

Color convert

RGB 184 149 190 -
CMYK 0.03 0.22 0 0.25
HSL 291.22º 0.24% 0.66% -
HSV(B) 291.22º 0.22% 0.75% -
XYZ 39.81 35.4 53.45 -
YUV 164.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 184 149 190 0.03 0.22 0 0.25 291.22 0.24 0.66
Hex B8 95 BE 3 16 0 19 123 18 42
Octal 270 225 276 3 26 0 31 443 30 102
Binary 10111000 10010101 10111110 11 10110 0 11001 100100011 11000 1000010

Color Harmonies of #B895BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895BE

Black with #B895BE

Text Example


Text Example

White with #B895BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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