Html Css Color HEX #BE69A5 Hopbush

📋 copy color: '#BE69A5'

red 190 ◦ green 105 ◦ blue 165

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

Shades of Hopbush #BE69A5

Tints of Hopbush #BE69A5

RGB

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

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

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

R = 41.3%
G = 22.83%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE69A5 (or 0xBE69A5) is known color: Hopbush. HEX triplet: BE, 69 and A5. RGB value is (190,105,165). Sum of RGB (Red+Green+Blue) = 190+105+165=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69A5 is #41965A. Grayscale: #898989. Windows color (decimal): -4298331 or 10840510. OLE color: 10840510.

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

Color convert

RGB 190 105 165 -
CMYK 0 0.45 0.13 0.25
HSL 317.65º 0.4% 0.58% -
HSV(B) 317.65º 0.45% 0.75% -
XYZ 33.08 23.77 38.44 -
YUV 137.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 190 105 165 0 0.45 0.13 0.25 317.65 0.4 0.58
Hex BE 69 A5 0 2D D 19 13E 28 3A
Octal 276 151 245 0 55 15 31 476 50 72
Binary 10111110 1101001 10100101 0 101101 1101 11001 100111110 101000 111010

Color Harmonies of #BE69A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69A5

Black with #BE69A5

Text Example


Text Example

White with #BE69A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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