Html Css Color HEX #BD82A2 Bouquet

📋 copy color: '#BD82A2'

red 189 ◦ green 130 ◦ blue 162

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

Shades of Bouquet #BD82A2

Tints of Bouquet #BD82A2

RGB

 RED value IS 189 (74.22% from 255) = 39.29%

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

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 39.29%
G = 27.03%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD82A2 (or 0xBD82A2) is known color: Bouquet. HEX triplet: BD, 82 and A2. RGB value is (189,130,162). Sum of RGB (Red+Green+Blue) = 189+130+162=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD82A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD82A2 is #427D5D. Grayscale: #979797. Windows color (decimal): -4357470 or 10650301. OLE color: 10650301.

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

Color convert

RGB 189 130 162 -
CMYK 0 0.31 0.14 0.26
HSL 327.46º 0.31% 0.63% -
HSV(B) 327.46º 0.31% 0.74% -
XYZ 35.49 29.39 37.99 -
YUV 151.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 189 130 162 0 0.31 0.14 0.26 327.46 0.31 0.63
Hex BD 82 A2 0 1F E 1A 147 1F 3F
Octal 275 202 242 0 37 16 32 507 37 77
Binary 10111101 10000010 10100010 0 11111 1110 11010 101000111 11111 111111

Color Harmonies of #BD82A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82A2

Black with #BD82A2

Text Example


Text Example

White with #BD82A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82A2; }

 p { color: rgb(189,130,162); }

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

background-color css

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

 a { background-color: rgb(189,130,162); }

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

border-color css

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

 span { border-color: rgb(189,130,162); }

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