Html Css Color HEX #BFAFB4 Lily

📋 copy color: '#BFAFB4'

red 191 ◦ green 175 ◦ blue 180

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

Shades of Lily #BFAFB4

Tints of Lily #BFAFB4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.05%

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

R = 34.98%
G = 32.05%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFAFB4 (or 0xBFAFB4) is known color: Lily. HEX triplet: BF, AF and B4. RGB value is (191,175,180). Sum of RGB (Red+Green+Blue) = 191+175+180=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFB4 is #40504B. Grayscale: #B4B4B4. Windows color (decimal): -4214860 or 11841471. OLE color: 11841471.

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

Color convert

RGB 191 175 180 -
CMYK 0 0.08 0.06 0.25
HSL 341.25º 0.11% 0.72% -
HSV(B) 341.25º 0.08% 0.75% -
XYZ 45.05 45.03 49.5 -
YUV 180.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 191 175 180 0 0.08 0.06 0.25 341.25 0.11 0.72
Hex BF AF B4 0 8 6 19 155 B 48
Octal 277 257 264 0 10 6 31 525 13 110
Binary 10111111 10101111 10110100 0 1000 110 11001 101010101 1011 1001000

Color Harmonies of #BFAFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFB4

Black with #BFAFB4

Text Example


Text Example

White with #BFAFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFB4; }

 p { color: rgb(191,175,180); }

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

background-color css

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

 a { background-color: rgb(191,175,180); }

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

border-color css

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

 span { border-color: rgb(191,175,180); }

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