Html Css Color HEX #B898C0 Lola

📋 copy color: '#B898C0'

red 184 ◦ green 152 ◦ blue 192

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

Shades of Lola #B898C0

Tints of Lola #B898C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 34.85%
G = 28.79%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B898C0 (or 0xB898C0) is known color: Lola. HEX triplet: B8, 98 and C0. RGB value is (184,152,192). Sum of RGB (Red+Green+Blue) = 184+152+192=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #B898C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898C0 is #47673F. Grayscale: #A6A6A6. Windows color (decimal): -4679488 or 12622008. OLE color: 12622008.

HSL color Cylindrical-coordinate representation of color #B898C0: hue angle of 288º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B898C0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 152 192 -
CMYK 0.04 0.21 0 0.25
HSL 288º 0.24% 0.67% -
HSV(B) 288º 0.21% 0.75% -
XYZ 40.51 36.45 54.77 -
YUV 166.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 184 152 192 0.04 0.21 0 0.25 288 0.24 0.67
Hex B8 98 C0 4 15 0 19 120 18 43
Octal 270 230 300 4 25 0 31 440 30 103
Binary 10111000 10011000 11000000 100 10101 0 11001 100100000 11000 1000011

Color Harmonies of #B898C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898C0

Black with #B898C0

Text Example


Text Example

White with #B898C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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