Html Css Color HEX #BD6CAA Bouquet

📋 copy color: '#BD6CAA'

red 189 ◦ green 108 ◦ blue 170

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

Shades of Bouquet #BD6CAA

Tints of Bouquet #BD6CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

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

R = 40.47%
G = 23.13%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD6CAA (or 0xBD6CAA) is known color: Bouquet. HEX triplet: BD, 6C and AA. RGB value is (189,108,170). Sum of RGB (Red+Green+Blue) = 189+108+170=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CAA is #429355. Grayscale: #8B8B8B. Windows color (decimal): -4363094 or 11168957. OLE color: 11168957.

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

Color convert

RGB 189 108 170 -
CMYK 0 0.43 0.10 0.26
HSL 314.07º 0.38% 0.58% -
HSV(B) 314.07º 0.43% 0.74% -
XYZ 33.6 24.45 40.98 -
YUV 139.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 189 108 170 0 0.43 0.10 0.26 314.07 0.38 0.58
Hex BD 6C AA 0 2B A 1A 13A 26 3A
Octal 275 154 252 0 53 12 32 472 46 72
Binary 10111101 1101100 10101010 0 101011 1010 11010 100111010 100110 111010

Color Harmonies of #BD6CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CAA

Black with #BD6CAA

Text Example


Text Example

White with #BD6CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CAA; }

 p { color: rgb(189,108,170); }

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

background-color css

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

 a { background-color: rgb(189,108,170); }

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

border-color css

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

 span { border-color: rgb(189,108,170); }

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