Html Css Color HEX #BE6BAA Bouquet

📋 copy color: '#BE6BAA'

red 190 ◦ green 107 ◦ blue 170

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

Shades of Bouquet #BE6BAA

Tints of Bouquet #BE6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

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

R = 40.69%
G = 22.91%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE6BAA (or 0xBE6BAA) is known color: Bouquet. HEX triplet: BE, 6B and AA. RGB value is (190,107,170). Sum of RGB (Red+Green+Blue) = 190+107+170=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BAA is #419455. Grayscale: #8A8A8A. Windows color (decimal): -4297814 or 11168702. OLE color: 11168702.

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

Color convert

RGB 190 107 170 -
CMYK 0 0.44 0.11 0.25
HSL 314.46º 0.39% 0.58% -
HSV(B) 314.46º 0.44% 0.75% -
XYZ 33.75 24.36 40.95 -
YUV 139 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 190 107 170 0 0.44 0.11 0.25 314.46 0.39 0.58
Hex BE 6B AA 0 2C B 19 13A 27 3A
Octal 276 153 252 0 54 13 31 472 47 72
Binary 10111110 1101011 10101010 0 101100 1011 11001 100111010 100111 111010

Color Harmonies of #BE6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BAA

Black with #BE6BAA

Text Example


Text Example

White with #BE6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BAA; }

 p { color: rgb(190,107,170); }

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

background-color css

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

 a { background-color: rgb(190,107,170); }

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

border-color css

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

 span { border-color: rgb(190,107,170); }

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