Html Css Color HEX #B893BC Lola

📋 copy color: '#B893BC'

red 184 ◦ green 147 ◦ blue 188

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

Shades of Lola #B893BC

Tints of Lola #B893BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 35.45%
G = 28.32%
B = 36.22%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B893BC (or 0xB893BC) is known color: Lola. HEX triplet: B8, 93 and BC. RGB value is (184,147,188). Sum of RGB (Red+Green+Blue) = 184+147+188=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #B893BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BC is #476C43. Grayscale: #A2A2A2. Windows color (decimal): -4680772 or 12358584. OLE color: 12358584.

HSL color Cylindrical-coordinate representation of color #B893BC: hue angle of 294.15º degrees, saturation: 0.23, 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 #B893BC is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 147 188 -
CMYK 0.02 0.22 0 0.26
HSL 294.15º 0.23% 0.66% -
HSV(B) 294.15º 0.22% 0.74% -
XYZ 39.28 34.69 52.2 -
YUV 162.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 184 147 188 0.02 0.22 0 0.26 294.15 0.23 0.66
Hex B8 93 BC 2 16 0 1A 126 17 42
Octal 270 223 274 2 26 0 32 446 27 102
Binary 10111000 10010011 10111100 10 10110 0 11010 100100110 10111 1000010

Color Harmonies of #B893BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B893BC

Black with #B893BC

Text Example


Text Example

White with #B893BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B893BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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