Html Css Color HEX #B69FA8 Lily

📋 copy color: '#B69FA8'

red 182 ◦ green 159 ◦ blue 168

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

Shades of Lily #B69FA8

Tints of Lily #B69FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 35.76%
G = 31.24%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B69FA8 (or 0xB69FA8) is known color: Lily. HEX triplet: B6, 9F and A8. RGB value is (182,159,168). Sum of RGB (Red+Green+Blue) = 182+159+168=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69FA8 is #496057. Grayscale: #A6A6A6. Windows color (decimal): -4808792 or 11050934. OLE color: 11050934.

HSL color Cylindrical-coordinate representation of color #B69FA8: hue angle of 336.52º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B69FA8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 159 168 -
CMYK 0 0.13 0.08 0.29
HSL 336.52º 0.14% 0.67% -
HSV(B) 336.52º 0.13% 0.71% -
XYZ 38.76 37.57 42.25 -
YUV 166.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 182 159 168 0 0.13 0.08 0.29 336.52 0.14 0.67
Hex B6 9F A8 0 D 8 1D 151 E 43
Octal 266 237 250 0 15 10 35 521 16 103
Binary 10110110 10011111 10101000 0 1101 1000 11101 101010001 1110 1000011

Color Harmonies of #B69FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69FA8

Black with #B69FA8

Text Example


Text Example

White with #B69FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69FA8; }

 p { color: rgb(182,159,168); }

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

background-color css

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

 a { background-color: rgb(182,159,168); }

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

border-color css

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

 span { border-color: rgb(182,159,168); }

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