Html Css Color HEX #B698BB Lola

📋 copy color: '#B698BB'

red 182 ◦ green 152 ◦ blue 187

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

Shades of Lola #B698BB

Tints of Lola #B698BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 34.93%
G = 29.17%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B698BB (or 0xB698BB) is known color: Lola. HEX triplet: B6, 98 and BB. RGB value is (182,152,187). Sum of RGB (Red+Green+Blue) = 182+152+187=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B698BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698BB is #496744. Grayscale: #A4A4A4. Windows color (decimal): -4810565 or 12294326. OLE color: 12294326.

HSL color Cylindrical-coordinate representation of color #B698BB: hue angle of 291.43º 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 #B698BB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 152 187 -
CMYK 0.03 0.19 0 0.27
HSL 291.43º 0.2% 0.66% -
HSV(B) 291.43º 0.19% 0.73% -
XYZ 39.49 35.99 51.88 -
YUV 164.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 182 152 187 0.03 0.19 0 0.27 291.43 0.2 0.66
Hex B6 98 BB 3 13 0 1B 123 14 42
Octal 266 230 273 3 23 0 33 443 24 102
Binary 10110110 10011000 10111011 11 10011 0 11011 100100011 10100 1000010

Color Harmonies of #B698BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698BB

Black with #B698BB

Text Example


Text Example

White with #B698BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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