Html Css Color HEX #B893BD Lola

📋 copy color: '#B893BD'

red 184 ◦ green 147 ◦ blue 189

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

Shades of Lola #B893BD

Tints of Lola #B893BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 35.38%
G = 28.27%
B = 36.35%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B893BD (or 0xB893BD) is known color: Lola. HEX triplet: B8, 93 and BD. RGB value is (184,147,189). Sum of RGB (Red+Green+Blue) = 184+147+189=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #B893BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BD is #476C42. Grayscale: #A2A2A2. Windows color (decimal): -4680771 or 12424120. OLE color: 12424120.

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

Color convert

RGB 184 147 189 -
CMYK 0.03 0.22 0 0.26
HSL 292.86º 0.24% 0.66% -
HSV(B) 292.86º 0.22% 0.74% -
XYZ 39.39 34.73 52.77 -
YUV 162.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 184 147 189 0.03 0.22 0 0.26 292.86 0.24 0.66
Hex B8 93 BD 3 16 0 1A 125 18 42
Octal 270 223 275 3 26 0 32 445 30 102
Binary 10111000 10010011 10111101 11 10110 0 11010 100100101 11000 1000010

Color Harmonies of #B893BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B893BD

Black with #B893BD

Text Example


Text Example

White with #B893BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B893BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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