Html Css Color HEX #B69BAE Lily

📋 copy color: '#B69BAE'

red 182 ◦ green 155 ◦ blue 174

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

Shades of Lily #B69BAE

Tints of Lily #B69BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.05%

R = 35.62%
G = 30.33%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B69BAE (or 0xB69BAE) is known color: Lily. HEX triplet: B6, 9B and AE. RGB value is (182,155,174). Sum of RGB (Red+Green+Blue) = 182+155+174=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 182 - color contains mainly: red. Hex color #B69BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69BAE is #496451. Grayscale: #A5A5A5. Windows color (decimal): -4809810 or 11443126. OLE color: 11443126.

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

Color convert

RGB 182 155 174 -
CMYK 0 0.15 0.04 0.29
HSL 317.78º 0.16% 0.66% -
HSV(B) 317.78º 0.15% 0.71% -
XYZ 38.65 36.44 45.04 -
YUV 165.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 182 155 174 0 0.15 0.04 0.29 317.78 0.16 0.66
Hex B6 9B AE 0 F 4 1D 13E 10 42
Octal 266 233 256 0 17 4 35 476 20 102
Binary 10110110 10011011 10101110 0 1111 100 11101 100111110 10000 1000010

Color Harmonies of #B69BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BAE

Black with #B69BAE

Text Example


Text Example

White with #B69BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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