Html Css Color HEX #BE98B4 Lily

📋 copy color: '#BE98B4'

red 190 ◦ green 152 ◦ blue 180

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

Shades of Lily #BE98B4

Tints of Lily #BE98B4

RGB

 RED value IS 190 (74.61% from 255) = 36.4%

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

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

R = 36.4%
G = 29.12%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE98B4 (or 0xBE98B4) is known color: Lily. HEX triplet: BE, 98 and B4. RGB value is (190,152,180). Sum of RGB (Red+Green+Blue) = 190+152+180=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98B4 is #41674B. Grayscale: #A6A6A6. Windows color (decimal): -4286284 or 11835582. OLE color: 11835582.

HSL color Cylindrical-coordinate representation of color #BE98B4: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE98B4 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 152 180 -
CMYK 0 0.2 0.05 0.25
HSL 315.79º 0.23% 0.67% -
HSV(B) 315.79º 0.2% 0.75% -
XYZ 40.7 36.7 48.12 -
YUV 166.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 190 152 180 0 0.2 0.05 0.25 315.79 0.23 0.67
Hex BE 98 B4 0 14 5 19 13C 17 43
Octal 276 230 264 0 24 5 31 474 27 103
Binary 10111110 10011000 10110100 0 10100 101 11001 100111100 10111 1000011

Color Harmonies of #BE98B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98B4

Black with #BE98B4

Text Example


Text Example

White with #BE98B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98B4; }

 p { color: rgb(190,152,180); }

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

background-color css

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

 a { background-color: rgb(190,152,180); }

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

border-color css

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

 span { border-color: rgb(190,152,180); }

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