Html Css Color HEX #B96CA8 Bouquet

📋 copy color: '#B96CA8'

red 185 ◦ green 108 ◦ blue 168

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

Shades of Bouquet #B96CA8

Tints of Bouquet #B96CA8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

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

R = 40.13%
G = 23.43%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B96CA8 (or 0xB96CA8) is known color: Bouquet. HEX triplet: B9, 6C and A8. RGB value is (185,108,168). Sum of RGB (Red+Green+Blue) = 185+108+168=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CA8 is #469357. Grayscale: #898989. Windows color (decimal): -4625240 or 11037881. OLE color: 11037881.

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

Color convert

RGB 185 108 168 -
CMYK 0 0.42 0.09 0.27
HSL 313.25º 0.35% 0.57% -
HSV(B) 313.25º 0.42% 0.73% -
XYZ 32.44 23.87 39.94 -
YUV 137.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 185 108 168 0 0.42 0.09 0.27 313.25 0.35 0.57
Hex B9 6C A8 0 2A 9 1B 139 23 39
Octal 271 154 250 0 52 11 33 471 43 71
Binary 10111001 1101100 10101000 0 101010 1001 11011 100111001 100011 111001

Color Harmonies of #B96CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CA8

Black with #B96CA8

Text Example


Text Example

White with #B96CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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