Html Css Color HEX #B7ADB4 Lily

📋 copy color: '#B7ADB4'

red 183 ◦ green 173 ◦ blue 180

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

Shades of Lily #B7ADB4

Tints of Lily #B7ADB4

RGB

 RED value IS 183 (71.88% from 255) = 34.14%

 GREEN value IS 173 (67.97% from 255) = 32.28%

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 34.14%
G = 32.28%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B7ADB4 (or 0xB7ADB4) is known color: Lily. HEX triplet: B7, AD and B4. RGB value is (183,173,180). Sum of RGB (Red+Green+Blue) = 183+173+180=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADB4 is #48524B. Grayscale: #B0B0B0. Windows color (decimal): -4739660 or 11840951. OLE color: 11840951.

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

Color convert

RGB 183 173 180 -
CMYK 0 0.05 0.02 0.28
HSL 318º 0.06% 0.7% -
HSV(B) 318º 0.05% 0.72% -
XYZ 42.71 43.25 49.28 -
YUV 176.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 183 173 180 0 0.05 0.02 0.28 318 0.06 0.7
Hex B7 AD B4 0 5 2 1C 13E 6 46
Octal 267 255 264 0 5 2 34 476 6 106
Binary 10110111 10101101 10110100 0 101 10 11100 100111110 110 1000110

Color Harmonies of #B7ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ADB4

Black with #B7ADB4

Text Example


Text Example

White with #B7ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ADB4; }

 p { color: rgb(183,173,180); }

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

background-color css

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

 a { background-color: rgb(183,173,180); }

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

border-color css

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

 span { border-color: rgb(183,173,180); }

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