Html Css Color HEX #B898BD Lola

📋 copy color: '#B898BD'

red 184 ◦ green 152 ◦ blue 189

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

Shades of Lola #B898BD

Tints of Lola #B898BD

RGB

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

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

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

R = 35.05%
G = 28.95%
B = 36%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B898BD (or 0xB898BD) is known color: Lola. HEX triplet: B8, 98 and BD. RGB value is (184,152,189). Sum of RGB (Red+Green+Blue) = 184+152+189=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #B898BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898BD is #476742. Grayscale: #A5A5A5. Windows color (decimal): -4679491 or 12425400. OLE color: 12425400.

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

Color convert

RGB 184 152 189 -
CMYK 0.03 0.20 0 0.26
HSL 291.89º 0.22% 0.67% -
HSV(B) 291.89º 0.2% 0.74% -
XYZ 40.18 36.32 53.04 -
YUV 165.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 184 152 189 0.03 0.20 0 0.26 291.89 0.22 0.67
Hex B8 98 BD 3 14 0 1A 124 16 43
Octal 270 230 275 3 24 0 32 444 26 103
Binary 10111000 10011000 10111101 11 10100 0 11010 100100100 10110 1000011

Color Harmonies of #B898BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898BD

Black with #B898BD

Text Example


Text Example

White with #B898BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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