Html Css Color HEX #B8A3B3 Lily

📋 copy color: '#B8A3B3'

red 184 ◦ green 163 ◦ blue 179

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

Shades of Lily #B8A3B3

Tints of Lily #B8A3B3

RGB

 RED value IS 184 (72.27% from 255) = 34.98%

 GREEN value IS 163 (64.06% from 255) = 30.99%

 BLUE value IS 179 (70.31% from 255) = 34.03%

R = 34.98%
G = 30.99%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B8A3B3 (or 0xB8A3B3) is known color: Lily. HEX triplet: B8, A3 and B3. RGB value is (184,163,179). Sum of RGB (Red+Green+Blue) = 184+163+179=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A3B3 is #475C4C. Grayscale: #ABABAB. Windows color (decimal): -4676685 or 11772856. OLE color: 11772856.

HSL color Cylindrical-coordinate representation of color #B8A3B3: hue angle of 314.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8A3B3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 179 -
CMYK 0 0.11 0.03 0.28
HSL 314.29º 0.13% 0.68% -
HSV(B) 314.29º 0.11% 0.72% -
XYZ 41 39.64 48.14 -
YUV 171.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 184 163 179 0 0.11 0.03 0.28 314.29 0.13 0.68
Hex B8 A3 B3 0 B 3 1C 13A D 44
Octal 270 243 263 0 13 3 34 472 15 104
Binary 10111000 10100011 10110011 0 1011 11 11100 100111010 1101 1000100

Color Harmonies of #B8A3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A3B3

Black with #B8A3B3

Text Example


Text Example

White with #B8A3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A3B3; }

 p { color: rgb(184,163,179); }

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

background-color css

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

 a { background-color: rgb(184,163,179); }

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

border-color css

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

 span { border-color: rgb(184,163,179); }

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