Html Css Color HEX #BE86A6 Bouquet

📋 copy color: '#BE86A6'

red 190 ◦ green 134 ◦ blue 166

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

Shades of Bouquet #BE86A6

Tints of Bouquet #BE86A6

RGB

 RED value IS 190 (74.61% from 255) = 38.78%

 GREEN value IS 134 (52.73% from 255) = 27.35%

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

R = 38.78%
G = 27.35%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE86A6 (or 0xBE86A6) is known color: Bouquet. HEX triplet: BE, 86 and A6. RGB value is (190,134,166). Sum of RGB (Red+Green+Blue) = 190+134+166=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86A6 is #417959. Grayscale: #9A9A9A. Windows color (decimal): -4290906 or 10913470. OLE color: 10913470.

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

Color convert

RGB 190 134 166 -
CMYK 0 0.29 0.13 0.25
HSL 325.71º 0.3% 0.64% -
HSV(B) 325.71º 0.29% 0.75% -
XYZ 36.64 30.75 40.08 -
YUV 154.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 190 134 166 0 0.29 0.13 0.25 325.71 0.3 0.64
Hex BE 86 A6 0 1D D 19 146 1E 40
Octal 276 206 246 0 35 15 31 506 36 100
Binary 10111110 10000110 10100110 0 11101 1101 11001 101000110 11110 1000000

Color Harmonies of #BE86A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86A6

Black with #BE86A6

Text Example


Text Example

White with #BE86A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86A6; }

 p { color: rgb(190,134,166); }

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

background-color css

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

 a { background-color: rgb(190,134,166); }

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

border-color css

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

 span { border-color: rgb(190,134,166); }

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