Html Css Color HEX #B899BA Lola

📋 copy color: '#B899BA'

red 184 ◦ green 153 ◦ blue 186

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

Shades of Lola #B899BA

Tints of Lola #B899BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.25%

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

R = 35.18%
G = 29.25%
B = 35.56%

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

#B899BA (or 0xB899BA) is known color: Lola. HEX triplet: B8, 99 and BA. RGB value is (184,153,186). Sum of RGB (Red+Green+Blue) = 184+153+186=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #B899BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BA is #476645. Grayscale: #A5A5A5. Windows color (decimal): -4679238 or 12229048. OLE color: 12229048.

HSL color Cylindrical-coordinate representation of color #B899BA: hue angle of 296.36º degrees, saturation: 0.19, 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 #B899BA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 153 186 -
CMYK 0.01 0.18 0 0.27
HSL 296.36º 0.19% 0.66% -
HSV(B) 296.36º 0.18% 0.73% -
XYZ 40.02 36.52 51.39 -
YUV 166.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 184 153 186 0.01 0.18 0 0.27 296.36 0.19 0.66
Hex B8 99 BA 1 12 0 1B 128 13 42
Octal 270 231 272 1 22 0 33 450 23 102
Binary 10111000 10011001 10111010 1 10010 0 11011 100101000 10011 1000010

Color Harmonies of #B899BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899BA

Black with #B899BA

Text Example


Text Example

White with #B899BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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