Html Css Color HEX #BE69A8 Bouquet

📋 copy color: '#BE69A8'

red 190 ◦ green 105 ◦ blue 168

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

Shades of Bouquet #BE69A8

Tints of Bouquet #BE69A8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

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

R = 41.04%
G = 22.68%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE69A8 (or 0xBE69A8) is known color: Bouquet. HEX triplet: BE, 69 and A8. RGB value is (190,105,168). Sum of RGB (Red+Green+Blue) = 190+105+168=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69A8 is #419657. Grayscale: #898989. Windows color (decimal): -4298328 or 11037118. OLE color: 11037118.

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

Color convert

RGB 190 105 168 -
CMYK 0 0.45 0.12 0.25
HSL 315.53º 0.4% 0.58% -
HSV(B) 315.53º 0.45% 0.75% -
XYZ 33.35 23.88 39.9 -
YUV 137.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 190 105 168 0 0.45 0.12 0.25 315.53 0.4 0.58
Hex BE 69 A8 0 2D C 19 13C 28 3A
Octal 276 151 250 0 55 14 31 474 50 72
Binary 10111110 1101001 10101000 0 101101 1100 11001 100111100 101000 111010

Color Harmonies of #BE69A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69A8

Black with #BE69A8

Text Example


Text Example

White with #BE69A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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