Html Css Color HEX #BF85A6 Bouquet

📋 copy color: '#BF85A6'

red 191 ◦ green 133 ◦ blue 166

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

Shades of Bouquet #BF85A6

Tints of Bouquet #BF85A6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

 BLUE value IS 166 (65.23% from 255) = 33.88%

R = 38.98%
G = 27.14%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF85A6 (or 0xBF85A6) is known color: Bouquet. HEX triplet: BF, 85 and A6. RGB value is (191,133,166). Sum of RGB (Red+Green+Blue) = 191+133+166=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A6 is #407A59. Grayscale: #9A9A9A. Windows color (decimal): -4225626 or 10913215. OLE color: 10913215.

HSL color Cylindrical-coordinate representation of color #BF85A6: hue angle of 325.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85A6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 166 -
CMYK 0 0.30 0.13 0.25
HSL 325.86º 0.31% 0.64% -
HSV(B) 325.86º 0.3% 0.75% -
XYZ 36.76 30.6 40.05 -
YUV 154.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 191 133 166 0 0.30 0.13 0.25 325.86 0.31 0.64
Hex BF 85 A6 0 1E D 19 146 1F 40
Octal 277 205 246 0 36 15 31 506 37 100
Binary 10111111 10000101 10100110 0 11110 1101 11001 101000110 11111 1000000

Color Harmonies of #BF85A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85A6

Black with #BF85A6

Text Example


Text Example

White with #BF85A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85A6; }

 p { color: rgb(191,133,166); }

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

background-color css

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

 a { background-color: rgb(191,133,166); }

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

border-color css

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

 span { border-color: rgb(191,133,166); }

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