Html Css Color HEX #BF9EB6 Lily

📋 copy color: '#BF9EB6'

red 191 ◦ green 158 ◦ blue 182

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

Shades of Lily #BF9EB6

Tints of Lily #BF9EB6

RGB

 RED value IS 191 (75% from 255) = 35.97%

 GREEN value IS 158 (62.11% from 255) = 29.76%

 BLUE value IS 182 (71.48% from 255) = 34.27%

R = 35.97%
G = 29.76%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF9EB6 (or 0xBF9EB6) is known color: Lily. HEX triplet: BF, 9E and B6. RGB value is (191,158,182). Sum of RGB (Red+Green+Blue) = 191+158+182=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EB6 is #406149. Grayscale: #AAAAAA. Windows color (decimal): -4219210 or 11968191. OLE color: 11968191.

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

Color convert

RGB 191 158 182 -
CMYK 0 0.17 0.05 0.25
HSL 316.36º 0.2% 0.68% -
HSV(B) 316.36º 0.17% 0.75% -
XYZ 42.16 38.91 49.54 -
YUV 170.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 191 158 182 0 0.17 0.05 0.25 316.36 0.2 0.68
Hex BF 9E B6 0 11 5 19 13C 14 44
Octal 277 236 266 0 21 5 31 474 24 104
Binary 10111111 10011110 10110110 0 10001 101 11001 100111100 10100 1000100

Color Harmonies of #BF9EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EB6

Black with #BF9EB6

Text Example


Text Example

White with #BF9EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EB6; }

 p { color: rgb(191,158,182); }

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

background-color css

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

 a { background-color: rgb(191,158,182); }

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

border-color css

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

 span { border-color: rgb(191,158,182); }

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