Html Css Color HEX #B69EBA Lola

📋 copy color: '#B69EBA'

red 182 ◦ green 158 ◦ blue 186

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

Shades of Lola #B69EBA

Tints of Lola #B69EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 34.6%
G = 30.04%
B = 35.36%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B69EBA (or 0xB69EBA) is known color: Lola. HEX triplet: B6, 9E and BA. RGB value is (182,158,186). Sum of RGB (Red+Green+Blue) = 182+158+186=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #B69EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EBA is #496145. Grayscale: #A8A8A8. Windows color (decimal): -4809030 or 12230326. OLE color: 12230326.

HSL color Cylindrical-coordinate representation of color #B69EBA: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69EBA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 158 186 -
CMYK 0.02 0.15 0 0.27
HSL 291.43º 0.17% 0.67% -
HSV(B) 291.43º 0.15% 0.73% -
XYZ 40.38 37.94 51.65 -
YUV 168.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 182 158 186 0.02 0.15 0 0.27 291.43 0.17 0.67
Hex B6 9E BA 2 F 0 1B 123 11 43
Octal 266 236 272 2 17 0 33 443 21 103
Binary 10110110 10011110 10111010 10 1111 0 11011 100100011 10001 1000011

Color Harmonies of #B69EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69EBA

Black with #B69EBA

Text Example


Text Example

White with #B69EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69EBA; }

 p { color: rgb(182,158,186); }

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

background-color css

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

 a { background-color: rgb(182,158,186); }

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

border-color css

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

 span { border-color: rgb(182,158,186); }

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