Html Css Color HEX #BE6BA5 Bouquet

📋 copy color: '#BE6BA5'

red 190 ◦ green 107 ◦ blue 165

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

Shades of Bouquet #BE6BA5

Tints of Bouquet #BE6BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 41.13%
G = 23.16%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE6BA5 (or 0xBE6BA5) is known color: Bouquet. HEX triplet: BE, 6B and A5. RGB value is (190,107,165). Sum of RGB (Red+Green+Blue) = 190+107+165=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA5 is #41945A. Grayscale: #8A8A8A. Windows color (decimal): -4297819 or 10841022. OLE color: 10841022.

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

Color convert

RGB 190 107 165 -
CMYK 0 0.44 0.13 0.25
HSL 318.07º 0.39% 0.58% -
HSV(B) 318.07º 0.44% 0.75% -
XYZ 33.28 24.18 38.51 -
YUV 138.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 190 107 165 0 0.44 0.13 0.25 318.07 0.39 0.58
Hex BE 6B A5 0 2C D 19 13E 27 3A
Octal 276 153 245 0 54 15 31 476 47 72
Binary 10111110 1101011 10100101 0 101100 1101 11001 100111110 100111 111010

Color Harmonies of #BE6BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BA5

Black with #BE6BA5

Text Example


Text Example

White with #BE6BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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