Html Css Color HEX #BC89A5 Bouquet

📋 copy color: '#BC89A5'

red 188 ◦ green 137 ◦ blue 165

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

Shades of Bouquet #BC89A5

Tints of Bouquet #BC89A5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 38.37%
G = 27.96%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC89A5 (or 0xBC89A5) is known color: Bouquet. HEX triplet: BC, 89 and A5. RGB value is (188,137,165). Sum of RGB (Red+Green+Blue) = 188+137+165=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A5 is #43765A. Grayscale: #9B9B9B. Windows color (decimal): -4421211 or 10848700. OLE color: 10848700.

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

Color convert

RGB 188 137 165 -
CMYK 0 0.27 0.12 0.26
HSL 327.06º 0.28% 0.64% -
HSV(B) 327.06º 0.27% 0.74% -
XYZ 36.48 31.3 39.72 -
YUV 155.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 188 137 165 0 0.27 0.12 0.26 327.06 0.28 0.64
Hex BC 89 A5 0 1B C 1A 147 1C 40
Octal 274 211 245 0 33 14 32 507 34 100
Binary 10111100 10001001 10100101 0 11011 1100 11010 101000111 11100 1000000

Color Harmonies of #BC89A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89A5

Black with #BC89A5

Text Example


Text Example

White with #BC89A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89A5; }

 p { color: rgb(188,137,165); }

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

background-color css

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

 a { background-color: rgb(188,137,165); }

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

border-color css

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

 span { border-color: rgb(188,137,165); }

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