Html Css Color HEX #B97CA8 Bouquet

📋 copy color: '#B97CA8'

red 185 ◦ green 124 ◦ blue 168

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

Shades of Bouquet #B97CA8

Tints of Bouquet #B97CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 38.78%
G = 26%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B97CA8 (or 0xB97CA8) is known color: Bouquet. HEX triplet: B9, 7C and A8. RGB value is (185,124,168). Sum of RGB (Red+Green+Blue) = 185+124+168=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA8 is #468357. Grayscale: #939393. Windows color (decimal): -4621144 or 11041977. OLE color: 11041977.

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

Color convert

RGB 185 124 168 -
CMYK 0 0.33 0.09 0.27
HSL 316.72º 0.3% 0.61% -
HSV(B) 316.72º 0.33% 0.73% -
XYZ 34.28 27.56 40.56 -
YUV 147.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 185 124 168 0 0.33 0.09 0.27 316.72 0.3 0.61
Hex B9 7C A8 0 21 9 1B 13D 1E 3D
Octal 271 174 250 0 41 11 33 475 36 75
Binary 10111001 1111100 10101000 0 100001 1001 11011 100111101 11110 111101

Color Harmonies of #B97CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CA8

Black with #B97CA8

Text Example


Text Example

White with #B97CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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