Html Css Color HEX #B69AB8 Lola

📋 copy color: '#B69AB8'

red 182 ◦ green 154 ◦ blue 184

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

Shades of Lola #B69AB8

Tints of Lola #B69AB8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 35%
G = 29.62%
B = 35.38%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B69AB8 (or 0xB69AB8) is known color: Lola. HEX triplet: B6, 9A and B8. RGB value is (182,154,184). Sum of RGB (Red+Green+Blue) = 182+154+184=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #B69AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AB8 is #496547. Grayscale: #A5A5A5. Windows color (decimal): -4810056 or 12098230. OLE color: 12098230.

HSL color Cylindrical-coordinate representation of color #B69AB8: hue angle of 296º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B69AB8 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 154 184 -
CMYK 0.01 0.16 0 0.28
HSL 296º 0.17% 0.66% -
HSV(B) 296º 0.16% 0.72% -
XYZ 39.5 36.52 50.31 -
YUV 165.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 182 154 184 0.01 0.16 0 0.28 296 0.17 0.66
Hex B6 9A B8 1 10 0 1C 128 11 42
Octal 266 232 270 1 20 0 34 450 21 102
Binary 10110110 10011010 10111000 1 10000 0 11100 100101000 10001 1000010

Color Harmonies of #B69AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69AB8

Black with #B69AB8

Text Example


Text Example

White with #B69AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69AB8; }

 p { color: rgb(182,154,184); }

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

background-color css

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

 a { background-color: rgb(182,154,184); }

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

border-color css

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

 span { border-color: rgb(182,154,184); }

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