Html Css Color HEX #B97EAA Bouquet

📋 copy color: '#B97EAA'

red 185 ◦ green 126 ◦ blue 170

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

Shades of Bouquet #B97EAA

Tints of Bouquet #B97EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

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

R = 38.46%
G = 26.2%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B97EAA (or 0xB97EAA) is known color: Bouquet. HEX triplet: B9, 7E and AA. RGB value is (185,126,170). Sum of RGB (Red+Green+Blue) = 185+126+170=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EAA is #468155. Grayscale: #949494. Windows color (decimal): -4620630 or 11173561. OLE color: 11173561.

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

Color convert

RGB 185 126 170 -
CMYK 0 0.32 0.08 0.27
HSL 315.25º 0.3% 0.61% -
HSV(B) 315.25º 0.32% 0.73% -
XYZ 34.72 28.14 41.63 -
YUV 148.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 185 126 170 0 0.32 0.08 0.27 315.25 0.3 0.61
Hex B9 7E AA 0 20 8 1B 13B 1E 3D
Octal 271 176 252 0 40 10 33 473 36 75
Binary 10111001 1111110 10101010 0 100000 1000 11011 100111011 11110 111101

Color Harmonies of #B97EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EAA

Black with #B97EAA

Text Example


Text Example

White with #B97EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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