Html Css Color HEX #BF83A6 Bouquet

📋 copy color: '#BF83A6'

red 191 ◦ green 131 ◦ blue 166

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

Shades of Bouquet #BF83A6

Tints of Bouquet #BF83A6

RGB

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

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

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

R = 39.14%
G = 26.84%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF83A6 (or 0xBF83A6) is known color: Bouquet. HEX triplet: BF, 83 and A6. RGB value is (191,131,166). Sum of RGB (Red+Green+Blue) = 191+131+166=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83A6 is #407C59. Grayscale: #989898. Windows color (decimal): -4226138 or 10912703. OLE color: 10912703.

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

Color convert

RGB 191 131 166 -
CMYK 0 0.31 0.13 0.25
HSL 325º 0.32% 0.63% -
HSV(B) 325º 0.31% 0.75% -
XYZ 36.49 30.06 39.96 -
YUV 152.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 191 131 166 0 0.31 0.13 0.25 325 0.32 0.63
Hex BF 83 A6 0 1F D 19 145 20 3F
Octal 277 203 246 0 37 15 31 505 40 77
Binary 10111111 10000011 10100110 0 11111 1101 11001 101000101 100000 111111

Color Harmonies of #BF83A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83A6

Black with #BF83A6

Text Example


Text Example

White with #BF83A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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