Html Css Color HEX #BFB2B6 Lily

📋 copy color: '#BFB2B6'

red 191 ◦ green 178 ◦ blue 182

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

Shades of Lily #BFB2B6

Tints of Lily #BFB2B6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.3%

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

R = 34.66%
G = 32.3%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BFB2B6 (or 0xBFB2B6) is known color: Lily. HEX triplet: BF, B2 and B6. RGB value is (191,178,182). Sum of RGB (Red+Green+Blue) = 191+178+182=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2B6 is #404D49. Grayscale: #B6B6B6. Windows color (decimal): -4214090 or 11973311. OLE color: 11973311.

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

Color convert

RGB 191 178 182 -
CMYK 0 0.07 0.05 0.25
HSL 341.54º 0.09% 0.72% -
HSV(B) 341.54º 0.07% 0.75% -
XYZ 45.85 46.29 50.78 -
YUV 182.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 191 178 182 0 0.07 0.05 0.25 341.54 0.09 0.72
Hex BF B2 B6 0 7 5 19 156 9 48
Octal 277 262 266 0 7 5 31 526 11 110
Binary 10111111 10110010 10110110 0 111 101 11001 101010110 1001 1001000

Color Harmonies of #BFB2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB2B6

Black with #BFB2B6

Text Example


Text Example

White with #BFB2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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