#B695BC

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

Shades of Lola #B695BC

Tints of Lola #B695BC

Color information

#B695BC (or 0xB695BC) is unknown color: approx Lola. HEX triplet: B6, 95 and BC. RGB value is (182,149,188). Sum of RGB (Red+Green+Blue) = 182+149+188=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #B695BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695BC is #496A43. Grayscale: #A3A3A3. Windows color (decimal): -4811332 or 12359094. OLE color: 12359094.

HSL color Cylindrical-coordinate representation of color #B695BC: hue angle of 290.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B695BC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182149188-
CMYK0.030.2100.26
HSL290.77º22.54%66.08%-
HSV(B)290.77º20.74%73.73%-
XYZ39.1235.0752.28-
YUV163.31141.93141.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=35.07%
G=28.71%
B=36.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821491880.030.2100.26290.7722.5466.08
HexB695BC31501A1231742
Octal26622527432503244327102
Binary1011011010010101101111001110101011010100100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695BC; }

 p { color: rgb(182,149,188); }

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

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

 a { background-color: rgb(182,149,188); }

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

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

 span { border-color: rgb(182,149,188); }

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