Html Css Color HEX #BD789F Bouquet

📋 copy color: '#BD789F'

red 189 ◦ green 120 ◦ blue 159

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

Shades of Bouquet #BD789F

Tints of Bouquet #BD789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 40.38%
G = 25.64%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD789F (or 0xBD789F) is known color: Bouquet. HEX triplet: BD, 78 and 9F. RGB value is (189,120,159). Sum of RGB (Red+Green+Blue) = 189+120+159=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD789F is #428760. Grayscale: #909090. Windows color (decimal): -4360033 or 10451133. OLE color: 10451133.

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

Color convert

RGB 189 120 159 -
CMYK 0 0.37 0.16 0.26
HSL 326.09º 0.34% 0.61% -
HSV(B) 326.09º 0.37% 0.74% -
XYZ 33.96 26.75 36.18 -
YUV 145.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 189 120 159 0 0.37 0.16 0.26 326.09 0.34 0.61
Hex BD 78 9F 0 25 10 1A 146 22 3D
Octal 275 170 237 0 45 20 32 506 42 75
Binary 10111101 1111000 10011111 0 100101 10000 11010 101000110 100010 111101

Color Harmonies of #BD789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD789F

Black with #BD789F

Text Example


Text Example

White with #BD789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD789F; }

 p { color: rgb(189,120,159); }

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

background-color css

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

 a { background-color: rgb(189,120,159); }

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

border-color css

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

 span { border-color: rgb(189,120,159); }

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