Html Css Color HEX #B8A8B2 Lily

📋 copy color: '#B8A8B2'

red 184 ◦ green 168 ◦ blue 178

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

Shades of Lily #B8A8B2

Tints of Lily #B8A8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 34.72%
G = 31.7%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B8A8B2 (or 0xB8A8B2) is known color: Lily. HEX triplet: B8, A8 and B2. RGB value is (184,168,178). Sum of RGB (Red+Green+Blue) = 184+168+178=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A8B2 is #47574D. Grayscale: #ADADAD. Windows color (decimal): -4675406 or 11708600. OLE color: 11708600.

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

Color convert

RGB 184 168 178 -
CMYK 0 0.09 0.03 0.28
HSL 322.5º 0.1% 0.69% -
HSV(B) 322.5º 0.09% 0.72% -
XYZ 41.81 41.41 47.91 -
YUV 173.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 184 168 178 0 0.09 0.03 0.28 322.5 0.1 0.69
Hex B8 A8 B2 0 9 3 1C 142 A 45
Octal 270 250 262 0 11 3 34 502 12 105
Binary 10111000 10101000 10110010 0 1001 11 11100 101000010 1010 1000101

Color Harmonies of #B8A8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A8B2

Black with #B8A8B2

Text Example


Text Example

White with #B8A8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A8B2; }

 p { color: rgb(184,168,178); }

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

background-color css

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

 a { background-color: rgb(184,168,178); }

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

border-color css

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

 span { border-color: rgb(184,168,178); }

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