#B69EBB

Color #B69EBB Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B69EBB

Tints of Lola #B69EBB

Color information

#B69EBB (or 0xB69EBB) is unknown color: approx Lola. HEX triplet: B6, 9E and BB. RGB value is (182,158,187). Sum of RGB (Red+Green+Blue) = 182+158+187=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #B69EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EBB is #496144. Grayscale: #A8A8A8. Windows color (decimal): -4809029 or 12295862. OLE color: 12295862.

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

Color convert

RGB182158187-
CMYK0.030.1600.27
HSL289.66º17.58%67.65%-
HSV(B)289.66º15.51%73.33%-
XYZ40.4937.9952.21-
YUV168.48138.45137.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=34.54%
G=29.98%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821581870.030.1600.27289.6617.5867.65
HexB69EBB31001B1221244
Octal26623627332003344222104
Binary1011011010011110101110111110000011011100100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EBB; }

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

 H1.HeaderClassName
 {
   color: #B69EBB;
 }
 .AnyTagClassName
 {
   color: #B69EBB;
 }
</style>
background-color css

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

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

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

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

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

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