Html Css Color HEX #BE9CAF Lily

📋 copy color: '#BE9CAF'

red 190 ◦ green 156 ◦ blue 175

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

Shades of Lily #BE9CAF

Tints of Lily #BE9CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 36.47%
G = 29.94%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE9CAF (or 0xBE9CAF) is known color: Lily. HEX triplet: BE, 9C and AF. RGB value is (190,156,175). Sum of RGB (Red+Green+Blue) = 190+156+175=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9CAF is #416350. Grayscale: #A8A8A8. Windows color (decimal): -4285265 or 11508926. OLE color: 11508926.

HSL color Cylindrical-coordinate representation of color #BE9CAF: hue angle of 326.47º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9CAF is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 175 -
CMYK 0 0.18 0.08 0.25
HSL 326.47º 0.21% 0.68% -
HSV(B) 326.47º 0.18% 0.75% -
XYZ 40.86 37.82 45.7 -
YUV 168.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 190 156 175 0 0.18 0.08 0.25 326.47 0.21 0.68
Hex BE 9C AF 0 12 8 19 146 15 44
Octal 276 234 257 0 22 10 31 506 25 104
Binary 10111110 10011100 10101111 0 10010 1000 11001 101000110 10101 1000100

Color Harmonies of #BE9CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CAF

Black with #BE9CAF

Text Example


Text Example

White with #BE9CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CAF; }

 p { color: rgb(190,156,175); }

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

background-color css

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

 a { background-color: rgb(190,156,175); }

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

border-color css

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

 span { border-color: rgb(190,156,175); }

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