Html Css Color HEX #B978AA Bouquet

📋 copy color: '#B978AA'

red 185 ◦ green 120 ◦ blue 170

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

Shades of Bouquet #B978AA

Tints of Bouquet #B978AA

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

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

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 38.95%
G = 25.26%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B978AA (or 0xB978AA) is known color: Bouquet. HEX triplet: B9, 78 and AA. RGB value is (185,120,170). Sum of RGB (Red+Green+Blue) = 185+120+170=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AA is #468755. Grayscale: #919191. Windows color (decimal): -4622166 or 11172025. OLE color: 11172025.

HSL color Cylindrical-coordinate representation of color #B978AA: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B978AA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 120 170 -
CMYK 0 0.35 0.08 0.27
HSL 313.85º 0.32% 0.6% -
HSV(B) 313.85º 0.35% 0.73% -
XYZ 33.98 26.65 41.38 -
YUV 145.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 185 120 170 0 0.35 0.08 0.27 313.85 0.32 0.6
Hex B9 78 AA 0 23 8 1B 13A 20 3C
Octal 271 170 252 0 43 10 33 472 40 74
Binary 10111001 1111000 10101010 0 100011 1000 11011 100111010 100000 111100

Color Harmonies of #B978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978AA

Black with #B978AA

Text Example


Text Example

White with #B978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978AA; }

 p { color: rgb(185,120,170); }

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

background-color css

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

 a { background-color: rgb(185,120,170); }

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

border-color css

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

 span { border-color: rgb(185,120,170); }

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