Html Css Color HEX #BC81AA Bouquet

📋 copy color: '#BC81AA'

red 188 ◦ green 129 ◦ blue 170

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

Shades of Bouquet #BC81AA

Tints of Bouquet #BC81AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.49%

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

R = 38.6%
G = 26.49%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC81AA (or 0xBC81AA) is known color: Bouquet. HEX triplet: BC, 81 and AA. RGB value is (188,129,170). Sum of RGB (Red+Green+Blue) = 188+129+170=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81AA is #437E55. Grayscale: #979797. Windows color (decimal): -4423254 or 11174332. OLE color: 11174332.

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

Color convert

RGB 188 129 170 -
CMYK 0 0.31 0.10 0.26
HSL 318.31º 0.31% 0.62% -
HSV(B) 318.31º 0.31% 0.74% -
XYZ 35.85 29.29 41.8 -
YUV 151.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 188 129 170 0 0.31 0.10 0.26 318.31 0.31 0.62
Hex BC 81 AA 0 1F A 1A 13E 1F 3E
Octal 274 201 252 0 37 12 32 476 37 76
Binary 10111100 10000001 10101010 0 11111 1010 11010 100111110 11111 111110

Color Harmonies of #BC81AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81AA

Black with #BC81AA

Text Example


Text Example

White with #BC81AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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