Html Css Color HEX #B69BAB Lily

📋 copy color: '#B69BAB'

red 182 ◦ green 155 ◦ blue 171

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

Shades of Lily #B69BAB

Tints of Lily #B69BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.51%

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

R = 35.83%
G = 30.51%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B69BAB (or 0xB69BAB) is known color: Lily. HEX triplet: B6, 9B and AB. RGB value is (182,155,171). Sum of RGB (Red+Green+Blue) = 182+155+171=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B69BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69BAB is #496454. Grayscale: #A4A4A4. Windows color (decimal): -4809813 or 11246518. OLE color: 11246518.

HSL color Cylindrical-coordinate representation of color #B69BAB: hue angle of 324.44º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69BAB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 155 171 -
CMYK 0 0.15 0.06 0.29
HSL 324.44º 0.16% 0.66% -
HSV(B) 324.44º 0.15% 0.71% -
XYZ 38.36 36.33 43.52 -
YUV 164.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 182 155 171 0 0.15 0.06 0.29 324.44 0.16 0.66
Hex B6 9B AB 0 F 6 1D 144 10 42
Octal 266 233 253 0 17 6 35 504 20 102
Binary 10110110 10011011 10101011 0 1111 110 11101 101000100 10000 1000010

Color Harmonies of #B69BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BAB

Black with #B69BAB

Text Example


Text Example

White with #B69BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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