Html Css Color HEX #BE6DAB Bouquet

📋 copy color: '#BE6DAB'

red 190 ◦ green 109 ◦ blue 171

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

Shades of Bouquet #BE6DAB

Tints of Bouquet #BE6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 40.43%
G = 23.19%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE6DAB (or 0xBE6DAB) is known color: Bouquet. HEX triplet: BE, 6D and AB. RGB value is (190,109,171). Sum of RGB (Red+Green+Blue) = 190+109+171=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DAB is #419254. Grayscale: #8C8C8C. Windows color (decimal): -4297301 or 11234750. OLE color: 11234750.

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

Color convert

RGB 190 109 171 -
CMYK 0 0.43 0.10 0.25
HSL 314.07º 0.38% 0.59% -
HSV(B) 314.07º 0.43% 0.75% -
XYZ 34.05 24.82 41.52 -
YUV 140.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 190 109 171 0 0.43 0.10 0.25 314.07 0.38 0.59
Hex BE 6D AB 0 2B A 19 13A 26 3B
Octal 276 155 253 0 53 12 31 472 46 73
Binary 10111110 1101101 10101011 0 101011 1010 11001 100111010 100110 111011

Color Harmonies of #BE6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DAB

Black with #BE6DAB

Text Example


Text Example

White with #BE6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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