Html Css Color HEX #BE99B0 Lily

📋 copy color: '#BE99B0'

red 190 ◦ green 153 ◦ blue 176

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

Shades of Lily #BE99B0

Tints of Lily #BE99B0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

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

R = 36.61%
G = 29.48%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE99B0 (or 0xBE99B0) is known color: Lily. HEX triplet: BE, 99 and B0. RGB value is (190,153,176). Sum of RGB (Red+Green+Blue) = 190+153+176=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99B0 is #41664F. Grayscale: #A6A6A6. Windows color (decimal): -4286032 or 11573694. OLE color: 11573694.

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

Color convert

RGB 190 153 176 -
CMYK 0 0.19 0.07 0.25
HSL 322.7º 0.22% 0.67% -
HSV(B) 322.7º 0.19% 0.75% -
XYZ 40.46 36.86 46.06 -
YUV 166.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 190 153 176 0 0.19 0.07 0.25 322.7 0.22 0.67
Hex BE 99 B0 0 13 7 19 143 16 43
Octal 276 231 260 0 23 7 31 503 26 103
Binary 10111110 10011001 10110000 0 10011 111 11001 101000011 10110 1000011

Color Harmonies of #BE99B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE99B0

Black with #BE99B0

Text Example


Text Example

White with #BE99B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE99B0; }

 p { color: rgb(190,153,176); }

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

background-color css

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

 a { background-color: rgb(190,153,176); }

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

border-color css

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

 span { border-color: rgb(190,153,176); }

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