Html Css Color HEX #BF78AB Bouquet

📋 copy color: '#BF78AB'

red 191 ◦ green 120 ◦ blue 171

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

Shades of Bouquet #BF78AB

Tints of Bouquet #BF78AB

RGB

 RED value IS 191 (75% from 255) = 39.63%

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 39.63%
G = 24.9%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF78AB (or 0xBF78AB) is known color: Bouquet. HEX triplet: BF, 78 and AB. RGB value is (191,120,171). Sum of RGB (Red+Green+Blue) = 191+120+171=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78AB is #408754. Grayscale: #929292. Windows color (decimal): -4228949 or 11237567. OLE color: 11237567.

HSL color Cylindrical-coordinate representation of color #BF78AB: hue angle of 316.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78AB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 171 -
CMYK 0 0.37 0.10 0.25
HSL 316.9º 0.36% 0.61% -
HSV(B) 316.9º 0.37% 0.75% -
XYZ 35.55 27.45 41.95 -
YUV 147.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 191 120 171 0 0.37 0.10 0.25 316.9 0.36 0.61
Hex BF 78 AB 0 25 A 19 13D 24 3D
Octal 277 170 253 0 45 12 31 475 44 75
Binary 10111111 1111000 10101011 0 100101 1010 11001 100111101 100100 111101

Color Harmonies of #BF78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78AB

Black with #BF78AB

Text Example


Text Example

White with #BF78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78AB; }

 p { color: rgb(191,120,171); }

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

background-color css

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

 a { background-color: rgb(191,120,171); }

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

border-color css

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

 span { border-color: rgb(191,120,171); }

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