Html Css Color HEX #B998AE Lily

📋 copy color: '#B998AE'

red 185 ◦ green 152 ◦ blue 174

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

Shades of Lily #B998AE

Tints of Lily #B998AE

RGB

 RED value IS 185 (72.66% from 255) = 36.2%

 GREEN value IS 152 (59.77% from 255) = 29.75%

 BLUE value IS 174 (68.36% from 255) = 34.05%

R = 36.2%
G = 29.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B998AE (or 0xB998AE) is known color: Lily. HEX triplet: B9, 98 and AE. RGB value is (185,152,174). Sum of RGB (Red+Green+Blue) = 185+152+174=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B998AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B998AE is #466751. Grayscale: #A4A4A4. Windows color (decimal): -4613970 or 11442361. OLE color: 11442361.

HSL color Cylindrical-coordinate representation of color #B998AE: hue angle of 320º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B998AE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 174 -
CMYK 0 0.18 0.06 0.27
HSL 320º 0.19% 0.66% -
HSV(B) 320º 0.18% 0.73% -
XYZ 38.88 35.83 44.91 -
YUV 164.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 185 152 174 0 0.18 0.06 0.27 320 0.19 0.66
Hex B9 98 AE 0 12 6 1B 140 13 42
Octal 271 230 256 0 22 6 33 500 23 102
Binary 10111001 10011000 10101110 0 10010 110 11011 101000000 10011 1000010

Color Harmonies of #B998AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998AE

Black with #B998AE

Text Example


Text Example

White with #B998AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998AE; }

 p { color: rgb(185,152,174); }

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

background-color css

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

 a { background-color: rgb(185,152,174); }

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

border-color css

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

 span { border-color: rgb(185,152,174); }

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