Html Css Color HEX #BE9AB2 Lily

📋 copy color: '#BE9AB2'

red 190 ◦ green 154 ◦ blue 178

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

Shades of Lily #BE9AB2

Tints of Lily #BE9AB2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 36.4%
G = 29.5%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE9AB2 (or 0xBE9AB2) is known color: Lily. HEX triplet: BE, 9A and B2. RGB value is (190,154,178). Sum of RGB (Red+Green+Blue) = 190+154+178=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AB2 is #41654D. Grayscale: #A7A7A7. Windows color (decimal): -4285774 or 11705022. OLE color: 11705022.

HSL color Cylindrical-coordinate representation of color #BE9AB2: hue angle of 320º 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 #BE9AB2 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 178 -
CMYK 0 0.19 0.06 0.25
HSL 320º 0.22% 0.67% -
HSV(B) 320º 0.19% 0.75% -
XYZ 40.83 37.27 47.16 -
YUV 167.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 190 154 178 0 0.19 0.06 0.25 320 0.22 0.67
Hex BE 9A B2 0 13 6 19 140 16 43
Octal 276 232 262 0 23 6 31 500 26 103
Binary 10111110 10011010 10110010 0 10011 110 11001 101000000 10110 1000011

Color Harmonies of #BE9AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AB2

Black with #BE9AB2

Text Example


Text Example

White with #BE9AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AB2; }

 p { color: rgb(190,154,178); }

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

background-color css

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

 a { background-color: rgb(190,154,178); }

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

border-color css

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

 span { border-color: rgb(190,154,178); }

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