Html Css Color HEX #BC82AA Bouquet

📋 copy color: '#BC82AA'

red 188 ◦ green 130 ◦ blue 170

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

Shades of Bouquet #BC82AA

Tints of Bouquet #BC82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.64%

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

R = 38.52%
G = 26.64%
B = 34.84%

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

#BC82AA (or 0xBC82AA) is known color: Bouquet. HEX triplet: BC, 82 and AA. RGB value is (188,130,170). Sum of RGB (Red+Green+Blue) = 188+130+170=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82AA is #437D55. Grayscale: #979797. Windows color (decimal): -4422998 or 11174588. OLE color: 11174588.

HSL color Cylindrical-coordinate representation of color #BC82AA: hue angle of 318.62º degrees, saturation: 0.3, 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 #BC82AA is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 170 -
CMYK 0 0.31 0.10 0.26
HSL 318.62º 0.3% 0.62% -
HSV(B) 318.62º 0.31% 0.74% -
XYZ 35.98 29.56 41.84 -
YUV 151.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 188 130 170 0 0.31 0.10 0.26 318.62 0.3 0.62
Hex BC 82 AA 0 1F A 1A 13F 1E 3E
Octal 274 202 252 0 37 12 32 477 36 76
Binary 10111100 10000010 10101010 0 11111 1010 11010 100111111 11110 111110

Color Harmonies of #BC82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82AA

Black with #BC82AA

Text Example


Text Example

White with #BC82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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