Html Css Color HEX #B893BE Lola

📋 copy color: '#B893BE'

red 184 ◦ green 147 ◦ blue 190

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

Shades of Lola #B893BE

Tints of Lola #B893BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.21%

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

R = 35.32%
G = 28.21%
B = 36.47%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B893BE (or 0xB893BE) is known color: Lola. HEX triplet: B8, 93 and BE. RGB value is (184,147,190). Sum of RGB (Red+Green+Blue) = 184+147+190=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B893BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BE is #476C41. Grayscale: #A2A2A2. Windows color (decimal): -4680770 or 12489656. OLE color: 12489656.

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

Color convert

RGB 184 147 190 -
CMYK 0.03 0.23 0 0.25
HSL 291.63º 0.25% 0.66% -
HSV(B) 291.63º 0.23% 0.75% -
XYZ 39.5 34.78 53.35 -
YUV 162.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 184 147 190 0.03 0.23 0 0.25 291.63 0.25 0.66
Hex B8 93 BE 3 17 0 19 124 19 42
Octal 270 223 276 3 27 0 31 444 31 102
Binary 10111000 10010011 10111110 11 10111 0 11001 100100100 11001 1000010

Color Harmonies of #B893BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B893BE

Black with #B893BE

Text Example


Text Example

White with #B893BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B893BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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