Html Css Color HEX #BE6AA8 Bouquet

📋 copy color: '#BE6AA8'

red 190 ◦ green 106 ◦ blue 168

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

Shades of Bouquet #BE6AA8

Tints of Bouquet #BE6AA8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

 BLUE value IS 168 (66.02% from 255) = 36.21%

R = 40.95%
G = 22.84%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE6AA8 (or 0xBE6AA8) is known color: Bouquet. HEX triplet: BE, 6A and A8. RGB value is (190,106,168). Sum of RGB (Red+Green+Blue) = 190+106+168=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AA8 is #419557. Grayscale: #8A8A8A. Windows color (decimal): -4298072 or 11037374. OLE color: 11037374.

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

Color convert

RGB 190 106 168 -
CMYK 0 0.44 0.12 0.25
HSL 315.71º 0.39% 0.58% -
HSV(B) 315.71º 0.44% 0.75% -
XYZ 33.46 24.08 39.93 -
YUV 138.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 190 106 168 0 0.44 0.12 0.25 315.71 0.39 0.58
Hex BE 6A A8 0 2C C 19 13C 27 3A
Octal 276 152 250 0 54 14 31 474 47 72
Binary 10111110 1101010 10101000 0 101100 1100 11001 100111100 100111 111010

Color Harmonies of #BE6AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AA8

Black with #BE6AA8

Text Example


Text Example

White with #BE6AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AA8; }

 p { color: rgb(190,106,168); }

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

background-color css

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

 a { background-color: rgb(190,106,168); }

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

border-color css

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

 span { border-color: rgb(190,106,168); }

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