Html Css Color HEX #BF83AA Bouquet

📋 copy color: '#BF83AA'

red 191 ◦ green 131 ◦ blue 170

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

Shades of Bouquet #BF83AA

Tints of Bouquet #BF83AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 38.82%
G = 26.63%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF83AA (or 0xBF83AA) is known color: Bouquet. HEX triplet: BF, 83 and AA. RGB value is (191,131,170). Sum of RGB (Red+Green+Blue) = 191+131+170=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83AA is #407C55. Grayscale: #999999. Windows color (decimal): -4226134 or 11174847. OLE color: 11174847.

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

Color convert

RGB 191 131 170 -
CMYK 0 0.31 0.11 0.25
HSL 321º 0.32% 0.63% -
HSV(B) 321º 0.31% 0.75% -
XYZ 36.86 30.21 41.92 -
YUV 153.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 191 131 170 0 0.31 0.11 0.25 321 0.32 0.63
Hex BF 83 AA 0 1F B 19 141 20 3F
Octal 277 203 252 0 37 13 31 501 40 77
Binary 10111111 10000011 10101010 0 11111 1011 11001 101000001 100000 111111

Color Harmonies of #BF83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83AA

Black with #BF83AA

Text Example


Text Example

White with #BF83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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