Html Css Color HEX #B698BD Lola

📋 copy color: '#B698BD'

red 182 ◦ green 152 ◦ blue 189

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

Shades of Lola #B698BD

Tints of Lola #B698BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.06%

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

R = 34.8%
G = 29.06%
B = 36.14%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B698BD (or 0xB698BD) is known color: Lola. HEX triplet: B6, 98 and BD. RGB value is (182,152,189). Sum of RGB (Red+Green+Blue) = 182+152+189=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #B698BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698BD is #496742. Grayscale: #A5A5A5. Windows color (decimal): -4810563 or 12425398. OLE color: 12425398.

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

Color convert

RGB 182 152 189 -
CMYK 0.04 0.20 0 0.26
HSL 288.65º 0.22% 0.67% -
HSV(B) 288.65º 0.2% 0.74% -
XYZ 39.7 36.08 53.01 -
YUV 165.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 182 152 189 0.04 0.20 0 0.26 288.65 0.22 0.67
Hex B6 98 BD 4 14 0 1A 121 16 43
Octal 266 230 275 4 24 0 32 441 26 103
Binary 10110110 10011000 10111101 100 10100 0 11010 100100001 10110 1000011

Color Harmonies of #B698BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698BD

Black with #B698BD

Text Example


Text Example

White with #B698BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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