Html Css Color HEX #B6A4B2 Lily

📋 copy color: '#B6A4B2'

red 182 ◦ green 164 ◦ blue 178

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

Shades of Lily #B6A4B2

Tints of Lily #B6A4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 34.73%
G = 31.3%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B6A4B2 (or 0xB6A4B2) is known color: Lily. HEX triplet: B6, A4 and B2. RGB value is (182,164,178). Sum of RGB (Red+Green+Blue) = 182+164+178=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A4B2 is #495B4D. Grayscale: #AAAAAA. Windows color (decimal): -4807502 or 11707574. OLE color: 11707574.

HSL color Cylindrical-coordinate representation of color #B6A4B2: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A4B2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 178 -
CMYK 0 0.10 0.02 0.29
HSL 313.33º 0.11% 0.68% -
HSV(B) 313.33º 0.1% 0.71% -
XYZ 40.6 39.71 47.64 -
YUV 170.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 182 164 178 0 0.10 0.02 0.29 313.33 0.11 0.68
Hex B6 A4 B2 0 A 2 1D 139 B 44
Octal 266 244 262 0 12 2 35 471 13 104
Binary 10110110 10100100 10110010 0 1010 10 11101 100111001 1011 1000100

Color Harmonies of #B6A4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A4B2

Black with #B6A4B2

Text Example


Text Example

White with #B6A4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A4B2; }

 p { color: rgb(182,164,178); }

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

background-color css

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

 a { background-color: rgb(182,164,178); }

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

border-color css

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

 span { border-color: rgb(182,164,178); }

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