Html Css Color HEX #B898BA Lola

📋 copy color: '#B898BA'

red 184 ◦ green 152 ◦ blue 186

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

Shades of Lola #B898BA

Tints of Lola #B898BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.12%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 35.25%
G = 29.12%
B = 35.63%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B898BA (or 0xB898BA) is known color: Lola. HEX triplet: B8, 98 and BA. RGB value is (184,152,186). Sum of RGB (Red+Green+Blue) = 184+152+186=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B898BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BA is #476745. Grayscale: #A5A5A5. Windows color (decimal): -4679494 or 12228792. OLE color: 12228792.

HSL color Cylindrical-coordinate representation of color #B898BA: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B898BA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 152 186 -
CMYK 0.01 0.18 0 0.27
HSL 296.47º 0.2% 0.66% -
HSV(B) 296.47º 0.18% 0.73% -
XYZ 39.86 36.19 51.34 -
YUV 165.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 184 152 186 0.01 0.18 0 0.27 296.47 0.2 0.66
Hex B8 98 BA 1 12 0 1B 128 14 42
Octal 270 230 272 1 22 0 33 450 24 102
Binary 10111000 10011000 10111010 1 10010 0 11011 100101000 10100 1000010

Color Harmonies of #B898BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898BA

Black with #B898BA

Text Example


Text Example

White with #B898BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898BA; }

 p { color: rgb(184,152,186); }

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

background-color css

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

 a { background-color: rgb(184,152,186); }

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

border-color css

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

 span { border-color: rgb(184,152,186); }

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