Html Css Color HEX #BC70AA Bouquet

📋 copy color: '#BC70AA'

red 188 ◦ green 112 ◦ blue 170

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

Shades of Bouquet #BC70AA

Tints of Bouquet #BC70AA

RGB

 RED value IS 188 (73.83% from 255) = 40%

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 40%
G = 23.83%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC70AA (or 0xBC70AA) is known color: Bouquet. HEX triplet: BC, 70 and AA. RGB value is (188,112,170). Sum of RGB (Red+Green+Blue) = 188+112+170=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70AA is #438F55. Grayscale: #8D8D8D. Windows color (decimal): -4427606 or 11169980. OLE color: 11169980.

HSL color Cylindrical-coordinate representation of color #BC70AA: hue angle of 314.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70AA is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 170 -
CMYK 0 0.40 0.10 0.26
HSL 314.21º 0.36% 0.59% -
HSV(B) 314.21º 0.4% 0.74% -
XYZ 33.79 25.18 41.11 -
YUV 141.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 188 112 170 0 0.40 0.10 0.26 314.21 0.36 0.59
Hex BC 70 AA 0 28 A 1A 13A 24 3B
Octal 274 160 252 0 50 12 32 472 44 73
Binary 10111100 1110000 10101010 0 101000 1010 11010 100111010 100100 111011

Color Harmonies of #BC70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70AA

Black with #BC70AA

Text Example


Text Example

White with #BC70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70AA; }

 p { color: rgb(188,112,170); }

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

background-color css

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

 a { background-color: rgb(188,112,170); }

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

border-color css

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

 span { border-color: rgb(188,112,170); }

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