Html Css Color HEX #B698BE Lola

📋 copy color: '#B698BE'

red 182 ◦ green 152 ◦ blue 190

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

Shades of Lola #B698BE

Tints of Lola #B698BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 34.73%
G = 29.01%
B = 36.26%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B698BE (or 0xB698BE) is known color: Lola. HEX triplet: B6, 98 and BE. RGB value is (182,152,190). Sum of RGB (Red+Green+Blue) = 182+152+190=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B698BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698BE is #496741. Grayscale: #A5A5A5. Windows color (decimal): -4810562 or 12490934. OLE color: 12490934.

HSL color Cylindrical-coordinate representation of color #B698BE: hue angle of 287.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B698BE is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 152 190 -
CMYK 0.04 0.2 0 0.25
HSL 287.37º 0.23% 0.67% -
HSV(B) 287.37º 0.2% 0.75% -
XYZ 39.81 36.12 53.59 -
YUV 165.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 182 152 190 0.04 0.2 0 0.25 287.37 0.23 0.67
Hex B6 98 BE 4 14 0 19 11F 17 43
Octal 266 230 276 4 24 0 31 437 27 103
Binary 10110110 10011000 10111110 100 10100 0 11001 100011111 10111 1000011

Color Harmonies of #B698BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698BE

Black with #B698BE

Text Example


Text Example

White with #B698BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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