Html Css Color HEX #BD799E Bouquet

📋 copy color: '#BD799E'

red 189 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #BD799E

Tints of Bouquet #BD799E

RGB

 RED value IS 189 (74.22% from 255) = 40.38%

 GREEN value IS 121 (47.66% from 255) = 25.85%

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 40.38%
G = 25.85%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD799E (or 0xBD799E) is known color: Bouquet. HEX triplet: BD, 79 and 9E. RGB value is (189,121,158). Sum of RGB (Red+Green+Blue) = 189+121+158=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD799E is #428661. Grayscale: #919191. Windows color (decimal): -4359778 or 10385853. OLE color: 10385853.

HSL color Cylindrical-coordinate representation of color #BD799E: hue angle of 327.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD799E is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 158 -
CMYK 0 0.36 0.16 0.26
HSL 327.35º 0.34% 0.61% -
HSV(B) 327.35º 0.36% 0.74% -
XYZ 34 26.96 35.76 -
YUV 145.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 189 121 158 0 0.36 0.16 0.26 327.35 0.34 0.61
Hex BD 79 9E 0 24 10 1A 147 22 3D
Octal 275 171 236 0 44 20 32 507 42 75
Binary 10111101 1111001 10011110 0 100100 10000 11010 101000111 100010 111101

Color Harmonies of #BD799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD799E

Black with #BD799E

Text Example


Text Example

White with #BD799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD799E; }

 p { color: rgb(189,121,158); }

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

background-color css

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

 a { background-color: rgb(189,121,158); }

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

border-color css

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

 span { border-color: rgb(189,121,158); }

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