Html Css Color HEX #B695AB Lily

📋 copy color: '#B695AB'

red 182 ◦ green 149 ◦ blue 171

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

Shades of Lily #B695AB

Tints of Lily #B695AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 36.25%
G = 29.68%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B695AB (or 0xB695AB) is known color: Lily. HEX triplet: B6, 95 and AB. RGB value is (182,149,171). Sum of RGB (Red+Green+Blue) = 182+149+171=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B695AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B695AB is #496A54. Grayscale: #A1A1A1. Windows color (decimal): -4811349 or 11244982. OLE color: 11244982.

HSL color Cylindrical-coordinate representation of color #B695AB: hue angle of 320º 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 #B695AB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 171 -
CMYK 0 0.18 0.06 0.29
HSL 320º 0.18% 0.65% -
HSV(B) 320º 0.18% 0.71% -
XYZ 37.39 34.38 43.19 -
YUV 161.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 182 149 171 0 0.18 0.06 0.29 320 0.18 0.65
Hex B6 95 AB 0 12 6 1D 140 12 41
Octal 266 225 253 0 22 6 35 500 22 101
Binary 10110110 10010101 10101011 0 10010 110 11101 101000000 10010 1000001

Color Harmonies of #B695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695AB

Black with #B695AB

Text Example


Text Example

White with #B695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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