Html Css Color HEX #BFAFB0 Pink Flare

📋 copy color: '#BFAFB0'

red 191 ◦ green 175 ◦ blue 176

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

Shades of Pink Flare #BFAFB0

Tints of Pink Flare #BFAFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 35.24%
G = 32.29%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFAFB0 (or 0xBFAFB0) is known color: Pink Flare. HEX triplet: BF, AF and B0. RGB value is (191,175,176). Sum of RGB (Red+Green+Blue) = 191+175+176=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAFB0 is #40504F. Grayscale: #B3B3B3. Windows color (decimal): -4214864 or 11579327. OLE color: 11579327.

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

Color convert

RGB 191 175 176 -
CMYK 0 0.08 0.08 0.25
HSL 356.25º 0.11% 0.72% -
HSV(B) 356.25º 0.08% 0.75% -
XYZ 44.65 44.87 47.38 -
YUV 179.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 191 175 176 0 0.08 0.08 0.25 356.25 0.11 0.72
Hex BF AF B0 0 8 8 19 164 B 48
Octal 277 257 260 0 10 10 31 544 13 110
Binary 10111111 10101111 10110000 0 1000 1000 11001 101100100 1011 1001000

Color Harmonies of #BFAFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFB0

Black with #BFAFB0

Text Example


Text Example

White with #BFAFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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