Html Css Color HEX #B970AB Bouquet

📋 copy color: '#B970AB'

red 185 ◦ green 112 ◦ blue 171

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

Shades of Bouquet #B970AB

Tints of Bouquet #B970AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 39.53%
G = 23.93%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B970AB (or 0xB970AB) is known color: Bouquet. HEX triplet: B9, 70 and AB. RGB value is (185,112,171). Sum of RGB (Red+Green+Blue) = 185+112+171=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B970AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970AB is #468F54. Grayscale: #8C8C8C. Windows color (decimal): -4624213 or 11235513. OLE color: 11235513.

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

Color convert

RGB 185 112 171 -
CMYK 0 0.39 0.08 0.27
HSL 311.51º 0.34% 0.58% -
HSV(B) 311.51º 0.39% 0.73% -
XYZ 33.15 24.84 41.58 -
YUV 140.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 185 112 171 0 0.39 0.08 0.27 311.51 0.34 0.58
Hex B9 70 AB 0 27 8 1B 138 22 3A
Octal 271 160 253 0 47 10 33 470 42 72
Binary 10111001 1110000 10101011 0 100111 1000 11011 100111000 100010 111010

Color Harmonies of #B970AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970AB

Black with #B970AB

Text Example


Text Example

White with #B970AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970AB; }

 p { color: rgb(185,112,171); }

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

background-color css

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

 a { background-color: rgb(185,112,171); }

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

border-color css

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

 span { border-color: rgb(185,112,171); }

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