Html Css Color HEX #B695AA Lily

📋 copy color: '#B695AA'

red 182 ◦ green 149 ◦ blue 170

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

Shades of Lily #B695AA

Tints of Lily #B695AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 36.33%
G = 29.74%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B695AA (or 0xB695AA) is known color: Lily. HEX triplet: B6, 95 and AA. RGB value is (182,149,170). Sum of RGB (Red+Green+Blue) = 182+149+170=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B695AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B695AA is #496A55. Grayscale: #A1A1A1. Windows color (decimal): -4811350 or 11179446. OLE color: 11179446.

HSL color Cylindrical-coordinate representation of color #B695AA: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B695AA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 170 -
CMYK 0 0.18 0.07 0.29
HSL 321.82º 0.18% 0.65% -
HSV(B) 321.82º 0.18% 0.71% -
XYZ 37.29 34.34 42.69 -
YUV 161.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 182 149 170 0 0.18 0.07 0.29 321.82 0.18 0.65
Hex B6 95 AA 0 12 7 1D 142 12 41
Octal 266 225 252 0 22 7 35 502 22 101
Binary 10110110 10010101 10101010 0 10010 111 11101 101000010 10010 1000001

Color Harmonies of #B695AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695AA

Black with #B695AA

Text Example


Text Example

White with #B695AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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