Html Css Color HEX #BE85A8 Bouquet

📋 copy color: '#BE85A8'

red 190 ◦ green 133 ◦ blue 168

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

Shades of Bouquet #BE85A8

Tints of Bouquet #BE85A8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 38.7%
G = 27.09%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE85A8 (or 0xBE85A8) is known color: Bouquet. HEX triplet: BE, 85 and A8. RGB value is (190,133,168). Sum of RGB (Red+Green+Blue) = 190+133+168=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A8 is #417A57. Grayscale: #999999. Windows color (decimal): -4291160 or 11044286. OLE color: 11044286.

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

Color convert

RGB 190 133 168 -
CMYK 0 0.3 0.12 0.25
HSL 323.16º 0.3% 0.63% -
HSV(B) 323.16º 0.3% 0.75% -
XYZ 36.69 30.55 41.01 -
YUV 154.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 190 133 168 0 0.3 0.12 0.25 323.16 0.3 0.63
Hex BE 85 A8 0 1E C 19 143 1E 3F
Octal 276 205 250 0 36 14 31 503 36 77
Binary 10111110 10000101 10101000 0 11110 1100 11001 101000011 11110 111111

Color Harmonies of #BE85A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85A8

Black with #BE85A8

Text Example


Text Example

White with #BE85A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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