Html Css Color HEX #B69FBA Lola

📋 copy color: '#B69FBA'

red 182 ◦ green 159 ◦ blue 186

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

Shades of Lola #B69FBA

Tints of Lola #B69FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

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

R = 34.54%
G = 30.17%
B = 35.29%

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

#B69FBA (or 0xB69FBA) is known color: Lola. HEX triplet: B6, 9F and BA. RGB value is (182,159,186). Sum of RGB (Red+Green+Blue) = 182+159+186=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B69FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FBA is #496045. Grayscale: #A8A8A8. Windows color (decimal): -4808774 or 12230582. OLE color: 12230582.

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

Color convert

RGB 182 159 186 -
CMYK 0.02 0.15 0 0.27
HSL 291.11º 0.16% 0.68% -
HSV(B) 291.11º 0.15% 0.73% -
XYZ 40.55 38.29 51.71 -
YUV 168.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 182 159 186 0.02 0.15 0 0.27 291.11 0.16 0.68
Hex B6 9F BA 2 F 0 1B 123 10 44
Octal 266 237 272 2 17 0 33 443 20 104
Binary 10110110 10011111 10111010 10 1111 0 11011 100100011 10000 1000100

Color Harmonies of #B69FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69FBA

Black with #B69FBA

Text Example


Text Example

White with #B69FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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