Html Css Color HEX #B690A6 Lily

📋 copy color: '#B690A6'

red 182 ◦ green 144 ◦ blue 166

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

Shades of Lily #B690A6

Tints of Lily #B690A6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 36.99%
G = 29.27%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B690A6 (or 0xB690A6) is known color: Lily. HEX triplet: B6, 90 and A6. RGB value is (182,144,166). Sum of RGB (Red+Green+Blue) = 182+144+166=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B690A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690A6 is #496F59. Grayscale: #9D9D9D. Windows color (decimal): -4812634 or 10916022. OLE color: 10916022.

HSL color Cylindrical-coordinate representation of color #B690A6: hue angle of 325.26º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B690A6 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 166 -
CMYK 0 0.21 0.09 0.29
HSL 325.26º 0.21% 0.64% -
HSV(B) 325.26º 0.21% 0.71% -
XYZ 36.15 32.64 40.47 -
YUV 157.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 182 144 166 0 0.21 0.09 0.29 325.26 0.21 0.64
Hex B6 90 A6 0 15 9 1D 145 15 40
Octal 266 220 246 0 25 11 35 505 25 100
Binary 10110110 10010000 10100110 0 10101 1001 11101 101000101 10101 1000000

Color Harmonies of #B690A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690A6

Black with #B690A6

Text Example


Text Example

White with #B690A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690A6; }

 p { color: rgb(182,144,166); }

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

background-color css

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

 a { background-color: rgb(182,144,166); }

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

border-color css

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

 span { border-color: rgb(182,144,166); }

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