Html Css Color HEX #BD83A3 Bouquet

📋 copy color: '#BD83A3'

red 189 ◦ green 131 ◦ blue 163

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

Shades of Bouquet #BD83A3

Tints of Bouquet #BD83A3

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 39.13%
G = 27.12%
B = 33.75%

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

#BD83A3 (or 0xBD83A3) is known color: Bouquet. HEX triplet: BD, 83 and A3. RGB value is (189,131,163). Sum of RGB (Red+Green+Blue) = 189+131+163=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83A3 is #427C5C. Grayscale: #979797. Windows color (decimal): -4357213 or 10716093. OLE color: 10716093.

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

Color convert

RGB 189 131 163 -
CMYK 0 0.31 0.14 0.26
HSL 326.9º 0.31% 0.63% -
HSV(B) 326.9º 0.31% 0.74% -
XYZ 35.71 29.7 38.5 -
YUV 151.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 189 131 163 0 0.31 0.14 0.26 326.9 0.31 0.63
Hex BD 83 A3 0 1F E 1A 147 1F 3F
Octal 275 203 243 0 37 16 32 507 37 77
Binary 10111101 10000011 10100011 0 11111 1110 11010 101000111 11111 111111

Color Harmonies of #BD83A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83A3

Black with #BD83A3

Text Example


Text Example

White with #BD83A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83A3; }

 p { color: rgb(189,131,163); }

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

background-color css

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

 a { background-color: rgb(189,131,163); }

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

border-color css

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

 span { border-color: rgb(189,131,163); }

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