Html Css Color HEX #B997BC Lola

📋 copy color: '#B997BC'

red 185 ◦ green 151 ◦ blue 188

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

Shades of Lola #B997BC

Tints of Lola #B997BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 35.31%
G = 28.82%
B = 35.88%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B997BC (or 0xB997BC) is known color: Lola. HEX triplet: B9, 97 and BC. RGB value is (185,151,188). Sum of RGB (Red+Green+Blue) = 185+151+188=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #B997BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997BC is #466843. Grayscale: #A5A5A5. Windows color (decimal): -4614212 or 12359609. OLE color: 12359609.

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

Color convert

RGB 185 151 188 -
CMYK 0.02 0.20 0 0.26
HSL 295.14º 0.22% 0.66% -
HSV(B) 295.14º 0.2% 0.74% -
XYZ 40.15 36.08 52.42 -
YUV 165.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 185 151 188 0.02 0.20 0 0.26 295.14 0.22 0.66
Hex B9 97 BC 2 14 0 1A 127 16 42
Octal 271 227 274 2 24 0 32 447 26 102
Binary 10111001 10010111 10111100 10 10100 0 11010 100100111 10110 1000010

Color Harmonies of #B997BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997BC

Black with #B997BC

Text Example


Text Example

White with #B997BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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