Html Css Color HEX #B697BA Lola

📋 copy color: '#B697BA'

red 182 ◦ green 151 ◦ blue 186

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

Shades of Lola #B697BA

Tints of Lola #B697BA

RGB

 RED value IS 182 (71.48% from 255) = 35.07%

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 35.07%
G = 29.09%
B = 35.84%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B697BA (or 0xB697BA) is known color: Lola. HEX triplet: B6, 97 and BA. RGB value is (182,151,186). Sum of RGB (Red+Green+Blue) = 182+151+186=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B697BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697BA is #496845. Grayscale: #A4A4A4. Windows color (decimal): -4810822 or 12228534. OLE color: 12228534.

HSL color Cylindrical-coordinate representation of color #B697BA: hue angle of 293.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B697BA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 151 186 -
CMYK 0.02 0.19 0 0.27
HSL 293.14º 0.2% 0.66% -
HSV(B) 293.14º 0.19% 0.73% -
XYZ 39.22 35.62 51.26 -
YUV 164.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 182 151 186 0.02 0.19 0 0.27 293.14 0.2 0.66
Hex B6 97 BA 2 13 0 1B 125 14 42
Octal 266 227 272 2 23 0 33 445 24 102
Binary 10110110 10010111 10111010 10 10011 0 11011 100100101 10100 1000010

Color Harmonies of #B697BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B697BA

Black with #B697BA

Text Example


Text Example

White with #B697BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B697BA; }

 p { color: rgb(182,151,186); }

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

background-color css

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

 a { background-color: rgb(182,151,186); }

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

border-color css

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

 span { border-color: rgb(182,151,186); }

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