Html Css Color HEX #B692A8 Lily

📋 copy color: '#B692A8'

red 182 ◦ green 146 ◦ blue 168

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

Shades of Lily #B692A8

Tints of Lily #B692A8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.44%

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

R = 36.69%
G = 29.44%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B692A8 (or 0xB692A8) is known color: Lily. HEX triplet: B6, 92 and A8. RGB value is (182,146,168). Sum of RGB (Red+Green+Blue) = 182+146+168=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B692A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B692A8 is #496D57. Grayscale: #9F9F9F. Windows color (decimal): -4812120 or 11047606. OLE color: 11047606.

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

Color convert

RGB 182 146 168 -
CMYK 0 0.20 0.08 0.29
HSL 323.33º 0.2% 0.64% -
HSV(B) 323.33º 0.2% 0.71% -
XYZ 36.64 33.33 41.55 -
YUV 159.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 182 146 168 0 0.20 0.08 0.29 323.33 0.2 0.64
Hex B6 92 A8 0 14 8 1D 143 14 40
Octal 266 222 250 0 24 10 35 503 24 100
Binary 10110110 10010010 10101000 0 10100 1000 11101 101000011 10100 1000000

Color Harmonies of #B692A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B692A8

Black with #B692A8

Text Example


Text Example

White with #B692A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B692A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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