Html Css Color HEX #B896BC Lola

📋 copy color: '#B896BC'

red 184 ◦ green 150 ◦ blue 188

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

Shades of Lola #B896BC

Tints of Lola #B896BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

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

R = 35.25%
G = 28.74%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B896BC (or 0xB896BC) is known color: Lola. HEX triplet: B8, 96 and BC. RGB value is (184,150,188). Sum of RGB (Red+Green+Blue) = 184+150+188=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #B896BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896BC is #476943. Grayscale: #A4A4A4. Windows color (decimal): -4680004 or 12359352. OLE color: 12359352.

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

Color convert

RGB 184 150 188 -
CMYK 0.02 0.20 0 0.26
HSL 293.68º 0.22% 0.66% -
HSV(B) 293.68º 0.2% 0.74% -
XYZ 39.75 35.63 52.36 -
YUV 164.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 184 150 188 0.02 0.20 0 0.26 293.68 0.22 0.66
Hex B8 96 BC 2 14 0 1A 126 16 42
Octal 270 226 274 2 24 0 32 446 26 102
Binary 10111000 10010110 10111100 10 10100 0 11010 100100110 10110 1000010

Color Harmonies of #B896BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896BC

Black with #B896BC

Text Example


Text Example

White with #B896BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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