Html Css Color HEX #B997BD Lola

📋 copy color: '#B997BD'

red 185 ◦ green 151 ◦ blue 189

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

Shades of Lola #B997BD

Tints of Lola #B997BD

RGB

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

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

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

R = 35.24%
G = 28.76%
B = 36%

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

#B997BD (or 0xB997BD) is known color: Lola. HEX triplet: B9, 97 and BD. RGB value is (185,151,189). Sum of RGB (Red+Green+Blue) = 185+151+189=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 151 (59.38% from 255 or 28.76% 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 #B997BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997BD is #466842. Grayscale: #A5A5A5. Windows color (decimal): -4614211 or 12425145. OLE color: 12425145.

HSL color Cylindrical-coordinate representation of color #B997BD: hue angle of 293.68º 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 #B997BD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 151 189 -
CMYK 0.02 0.20 0 0.26
HSL 293.68º 0.22% 0.67% -
HSV(B) 293.68º 0.2% 0.74% -
XYZ 40.26 36.12 52.99 -
YUV 165.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 185 151 189 0.02 0.20 0 0.26 293.68 0.22 0.67
Hex B9 97 BD 2 14 0 1A 126 16 43
Octal 271 227 275 2 24 0 32 446 26 103
Binary 10111001 10010111 10111101 10 10100 0 11010 100100110 10110 1000011

Color Harmonies of #B997BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997BD

Black with #B997BD

Text Example


Text Example

White with #B997BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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