Html Css Color HEX #BF83A9 Bouquet

📋 copy color: '#BF83A9'

red 191 ◦ green 131 ◦ blue 169

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

Shades of Bouquet #BF83A9

Tints of Bouquet #BF83A9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

 BLUE value IS 169 (66.41% from 255) = 34.42%

R = 38.9%
G = 26.68%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF83A9 (or 0xBF83A9) is known color: Bouquet. HEX triplet: BF, 83 and A9. RGB value is (191,131,169). Sum of RGB (Red+Green+Blue) = 191+131+169=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83A9 is #407C56. Grayscale: #999999. Windows color (decimal): -4226135 or 11109311. OLE color: 11109311.

HSL color Cylindrical-coordinate representation of color #BF83A9: hue angle of 322º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF83A9 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 169 -
CMYK 0 0.31 0.12 0.25
HSL 322º 0.32% 0.63% -
HSV(B) 322º 0.31% 0.75% -
XYZ 36.76 30.17 41.42 -
YUV 153.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 191 131 169 0 0.31 0.12 0.25 322 0.32 0.63
Hex BF 83 A9 0 1F C 19 142 20 3F
Octal 277 203 251 0 37 14 31 502 40 77
Binary 10111111 10000011 10101001 0 11111 1100 11001 101000010 100000 111111

Color Harmonies of #BF83A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83A9

Black with #BF83A9

Text Example


Text Example

White with #BF83A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83A9; }

 p { color: rgb(191,131,169); }

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

background-color css

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

 a { background-color: rgb(191,131,169); }

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

border-color css

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

 span { border-color: rgb(191,131,169); }

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