Html Css Color HEX #BC88A4 Bouquet

📋 copy color: '#BC88A4'

red 188 ◦ green 136 ◦ blue 164

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

Shades of Bouquet #BC88A4

Tints of Bouquet #BC88A4

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 38.52%
G = 27.87%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC88A4 (or 0xBC88A4) is known color: Bouquet. HEX triplet: BC, 88 and A4. RGB value is (188,136,164). Sum of RGB (Red+Green+Blue) = 188+136+164=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88A4 is #43775B. Grayscale: #9A9A9A. Windows color (decimal): -4421468 or 10782908. OLE color: 10782908.

HSL color Cylindrical-coordinate representation of color #BC88A4: hue angle of 327.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC88A4 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 164 -
CMYK 0 0.28 0.13 0.26
HSL 327.69º 0.28% 0.64% -
HSV(B) 327.69º 0.28% 0.74% -
XYZ 36.24 30.98 39.19 -
YUV 154.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 188 136 164 0 0.28 0.13 0.26 327.69 0.28 0.64
Hex BC 88 A4 0 1C D 1A 148 1C 40
Octal 274 210 244 0 34 15 32 510 34 100
Binary 10111100 10001000 10100100 0 11100 1101 11010 101001000 11100 1000000

Color Harmonies of #BC88A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88A4

Black with #BC88A4

Text Example


Text Example

White with #BC88A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88A4; }

 p { color: rgb(188,136,164); }

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

background-color css

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

 a { background-color: rgb(188,136,164); }

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

border-color css

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

 span { border-color: rgb(188,136,164); }

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