Html Css Color HEX #BE6EAB Bouquet

📋 copy color: '#BE6EAB'

red 190 ◦ green 110 ◦ blue 171

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

Shades of Bouquet #BE6EAB

Tints of Bouquet #BE6EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 40.34%
G = 23.35%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE6EAB (or 0xBE6EAB) is known color: Bouquet. HEX triplet: BE, 6E and AB. RGB value is (190,110,171). Sum of RGB (Red+Green+Blue) = 190+110+171=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EAB is #419154. Grayscale: #8C8C8C. Windows color (decimal): -4297045 or 11235006. OLE color: 11235006.

HSL color Cylindrical-coordinate representation of color #BE6EAB: hue angle of 314.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6EAB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 110 171 -
CMYK 0 0.42 0.10 0.25
HSL 314.25º 0.38% 0.59% -
HSV(B) 314.25º 0.42% 0.75% -
XYZ 34.16 25.04 41.56 -
YUV 140.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 190 110 171 0 0.42 0.10 0.25 314.25 0.38 0.59
Hex BE 6E AB 0 2A A 19 13A 26 3B
Octal 276 156 253 0 52 12 31 472 46 73
Binary 10111110 1101110 10101011 0 101010 1010 11001 100111010 100110 111011

Color Harmonies of #BE6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6EAB

Black with #BE6EAB

Text Example


Text Example

White with #BE6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6EAB; }

 p { color: rgb(190,110,171); }

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

background-color css

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

 a { background-color: rgb(190,110,171); }

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

border-color css

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

 span { border-color: rgb(190,110,171); }

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