Html Css Color HEX #B97EA9 Bouquet

📋 copy color: '#B97EA9'

red 185 ◦ green 126 ◦ blue 169

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

Shades of Bouquet #B97EA9

Tints of Bouquet #B97EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 38.54%
G = 26.25%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B97EA9 (or 0xB97EA9) is known color: Bouquet. HEX triplet: B9, 7E and A9. RGB value is (185,126,169). Sum of RGB (Red+Green+Blue) = 185+126+169=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EA9 is #468156. Grayscale: #949494. Windows color (decimal): -4620631 or 11108025. OLE color: 11108025.

HSL color Cylindrical-coordinate representation of color #B97EA9: hue angle of 316.27º 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 #B97EA9 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 169 -
CMYK 0 0.32 0.09 0.27
HSL 316.27º 0.3% 0.61% -
HSV(B) 316.27º 0.32% 0.73% -
XYZ 34.63 28.1 41.13 -
YUV 148.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 185 126 169 0 0.32 0.09 0.27 316.27 0.3 0.61
Hex B9 7E A9 0 20 9 1B 13C 1E 3D
Octal 271 176 251 0 40 11 33 474 36 75
Binary 10111001 1111110 10101001 0 100000 1001 11011 100111100 11110 111101

Color Harmonies of #B97EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EA9

Black with #B97EA9

Text Example


Text Example

White with #B97EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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