Html Css Color HEX #B997C0 Lola

📋 copy color: '#B997C0'

red 185 ◦ green 151 ◦ blue 192

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

Shades of Lola #B997C0

Tints of Lola #B997C0

RGB

 RED value IS 185 (72.66% from 255) = 35.04%

 GREEN value IS 151 (59.38% from 255) = 28.6%

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

R = 35.04%
G = 28.6%
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

#B997C0 (or 0xB997C0) is known color: Lola. HEX triplet: B9, 97 and C0. RGB value is (185,151,192). Sum of RGB (Red+Green+Blue) = 185+151+192=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 151 (59.38% from 255 or 28.60% 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 #B997C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997C0 is #46683F. Grayscale: #A5A5A5. Windows color (decimal): -4614208 or 12621753. OLE color: 12621753.

HSL color Cylindrical-coordinate representation of color #B997C0: hue angle of 289.76º degrees, saturation: 0.25, 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 #B997C0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 151 192 -
CMYK 0.04 0.21 0 0.25
HSL 289.76º 0.25% 0.67% -
HSV(B) 289.76º 0.21% 0.75% -
XYZ 40.59 36.25 54.73 -
YUV 165.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 185 151 192 0.04 0.21 0 0.25 289.76 0.25 0.67
Hex B9 97 C0 4 15 0 19 122 19 43
Octal 271 227 300 4 25 0 31 442 31 103
Binary 10111001 10010111 11000000 100 10101 0 11001 100100010 11001 1000011

Color Harmonies of #B997C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997C0

Black with #B997C0

Text Example


Text Example

White with #B997C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997C0; }

 p { color: rgb(185,151,192); }

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

background-color css

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

 a { background-color: rgb(185,151,192); }

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

border-color css

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

 span { border-color: rgb(185,151,192); }

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