Html Css Color HEX #B696BD Lola

📋 copy color: '#B696BD'

red 182 ◦ green 150 ◦ blue 189

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

Shades of Lola #B696BD

Tints of Lola #B696BD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

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

R = 34.93%
G = 28.79%
B = 36.28%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B696BD (or 0xB696BD) is known color: Lola. HEX triplet: B6, 96 and BD. RGB value is (182,150,189). Sum of RGB (Red+Green+Blue) = 182+150+189=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #B696BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696BD is #496942. Grayscale: #A3A3A3. Windows color (decimal): -4811075 or 12424886. OLE color: 12424886.

HSL color Cylindrical-coordinate representation of color #B696BD: hue angle of 289.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B696BD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 150 189 -
CMYK 0.04 0.21 0 0.26
HSL 289.23º 0.23% 0.66% -
HSV(B) 289.23º 0.21% 0.74% -
XYZ 39.38 35.43 52.91 -
YUV 164.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 182 150 189 0.04 0.21 0 0.26 289.23 0.23 0.66
Hex B6 96 BD 4 15 0 1A 121 17 42
Octal 266 226 275 4 25 0 32 441 27 102
Binary 10110110 10010110 10111101 100 10101 0 11010 100100001 10111 1000010

Color Harmonies of #B696BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696BD

Black with #B696BD

Text Example


Text Example

White with #B696BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696BD; }

 p { color: rgb(182,150,189); }

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

background-color css

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

 a { background-color: rgb(182,150,189); }

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

border-color css

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

 span { border-color: rgb(182,150,189); }

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