Html Css Color HEX #BE6998 Hopbush

📋 copy color: '#BE6998'

red 190 ◦ green 105 ◦ blue 152

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

Shades of Hopbush #BE6998

Tints of Hopbush #BE6998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34%

R = 42.51%
G = 23.49%
B = 34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE6998 (or 0xBE6998) is known color: Hopbush. HEX triplet: BE, 69 and 98. RGB value is (190,105,152). Sum of RGB (Red+Green+Blue) = 190+105+152=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6998 is #419667. Grayscale: #878787. Windows color (decimal): -4298344 or 9988542. OLE color: 9988542.

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

Color convert

RGB 190 105 152 -
CMYK 0 0.45 0.2 0.25
HSL 326.82º 0.4% 0.58% -
HSV(B) 326.82º 0.45% 0.75% -
XYZ 31.95 23.32 32.52 -
YUV 135.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 190 105 152 0 0.45 0.2 0.25 326.82 0.4 0.58
Hex BE 69 98 0 2D 14 19 147 28 3A
Octal 276 151 230 0 55 24 31 507 50 72
Binary 10111110 1101001 10011000 0 101101 10100 11001 101000111 101000 111010

Color Harmonies of #BE6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6998

Black with #BE6998

Text Example


Text Example

White with #BE6998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6998; }

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

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

background-color css

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

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

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

border-color css

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

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

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