Html Css Color HEX #BD98B1 Lily

📋 copy color: '#BD98B1'

red 189 ◦ green 152 ◦ blue 177

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

Shades of Lily #BD98B1

Tints of Lily #BD98B1

RGB

 RED value IS 189 (74.22% from 255) = 36.49%

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 36.49%
G = 29.34%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD98B1 (or 0xBD98B1) is known color: Lily. HEX triplet: BD, 98 and B1. RGB value is (189,152,177). Sum of RGB (Red+Green+Blue) = 189+152+177=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD98B1 is #42674E. Grayscale: #A5A5A5. Windows color (decimal): -4351823 or 11638973. OLE color: 11638973.

HSL color Cylindrical-coordinate representation of color #BD98B1: hue angle of 319.46º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98B1 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 177 -
CMYK 0 0.20 0.06 0.26
HSL 319.46º 0.22% 0.67% -
HSV(B) 319.46º 0.2% 0.74% -
XYZ 40.15 36.45 46.51 -
YUV 165.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 189 152 177 0 0.20 0.06 0.26 319.46 0.22 0.67
Hex BD 98 B1 0 14 6 1A 13F 16 43
Octal 275 230 261 0 24 6 32 477 26 103
Binary 10111101 10011000 10110001 0 10100 110 11010 100111111 10110 1000011

Color Harmonies of #BD98B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98B1

Black with #BD98B1

Text Example


Text Example

White with #BD98B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98B1; }

 p { color: rgb(189,152,177); }

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

background-color css

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

 a { background-color: rgb(189,152,177); }

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

border-color css

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

 span { border-color: rgb(189,152,177); }

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