Html Css Color HEX #B3A8B0 Lily

📋 copy color: '#B3A8B0'

red 179 ◦ green 168 ◦ blue 176

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

Shades of Lily #B3A8B0

Tints of Lily #B3A8B0

RGB

 RED value IS 179 (70.31% from 255) = 34.23%

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

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 34.23%
G = 32.12%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B3A8B0 (or 0xB3A8B0) is known color: Lily. HEX triplet: B3, A8 and B0. RGB value is (179,168,176). Sum of RGB (Red+Green+Blue) = 179+168+176=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A8B0 is #4C574F. Grayscale: #ACACAC. Windows color (decimal): -5003088 or 11577523. OLE color: 11577523.

HSL color Cylindrical-coordinate representation of color #B3A8B0: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3A8B0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 176 -
CMYK 0 0.06 0.02 0.30
HSL 316.36º 0.07% 0.68% -
HSV(B) 316.36º 0.06% 0.7% -
XYZ 40.43 40.72 46.8 -
YUV 172.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 179 168 176 0 0.06 0.02 0.30 316.36 0.07 0.68
Hex B3 A8 B0 0 6 2 1E 13C 7 44
Octal 263 250 260 0 6 2 36 474 7 104
Binary 10110011 10101000 10110000 0 110 10 11110 100111100 111 1000100

Color Harmonies of #B3A8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A8B0

Black with #B3A8B0

Text Example


Text Example

White with #B3A8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A8B0; }

 p { color: rgb(179,168,176); }

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

background-color css

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

 a { background-color: rgb(179,168,176); }

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

border-color css

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

 span { border-color: rgb(179,168,176); }

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