Html Css Color HEX #B98AA8 Bouquet

📋 copy color: '#B98AA8'

red 185 ◦ green 138 ◦ blue 168

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

Shades of Bouquet #B98AA8

Tints of Bouquet #B98AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 37.68%
G = 28.11%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B98AA8 (or 0xB98AA8) is known color: Bouquet. HEX triplet: B9, 8A and A8. RGB value is (185,138,168). Sum of RGB (Red+Green+Blue) = 185+138+168=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AA8 is #467557. Grayscale: #9B9B9B. Windows color (decimal): -4617560 or 11045561. OLE color: 11045561.

HSL color Cylindrical-coordinate representation of color #B98AA8: hue angle of 321.7º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98AA8 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 138 168 -
CMYK 0 0.25 0.09 0.27
HSL 321.7º 0.25% 0.63% -
HSV(B) 321.7º 0.25% 0.73% -
XYZ 36.16 31.32 41.18 -
YUV 155.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 185 138 168 0 0.25 0.09 0.27 321.7 0.25 0.63
Hex B9 8A A8 0 19 9 1B 142 19 3F
Octal 271 212 250 0 31 11 33 502 31 77
Binary 10111001 10001010 10101000 0 11001 1001 11011 101000010 11001 111111

Color Harmonies of #B98AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AA8

Black with #B98AA8

Text Example


Text Example

White with #B98AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AA8; }

 p { color: rgb(185,138,168); }

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

background-color css

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

 a { background-color: rgb(185,138,168); }

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

border-color css

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

 span { border-color: rgb(185,138,168); }

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