Html Css Color HEX #BE699C Hopbush

📋 copy color: '#BE699C'

red 190 ◦ green 105 ◦ blue 156

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

Shades of Hopbush #BE699C

Tints of Hopbush #BE699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.59%

R = 42.13%
G = 23.28%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE699C (or 0xBE699C) is known color: Hopbush. HEX triplet: BE, 69 and 9C. RGB value is (190,105,156). Sum of RGB (Red+Green+Blue) = 190+105+156=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699C is #419663. Grayscale: #888888. Windows color (decimal): -4298340 or 10250686. OLE color: 10250686.

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

Color convert

RGB 190 105 156 -
CMYK 0 0.45 0.18 0.25
HSL 324º 0.4% 0.58% -
HSV(B) 324º 0.45% 0.75% -
XYZ 32.29 23.45 34.28 -
YUV 136.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 190 105 156 0 0.45 0.18 0.25 324 0.4 0.58
Hex BE 69 9C 0 2D 12 19 144 28 3A
Octal 276 151 234 0 55 22 31 504 50 72
Binary 10111110 1101001 10011100 0 101101 10010 11001 101000100 101000 111010

Color Harmonies of #BE699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE699C

Black with #BE699C

Text Example


Text Example

White with #BE699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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