Html Css Color HEX #BD6EAB Bouquet

📋 copy color: '#BD6EAB'

red 189 ◦ green 110 ◦ blue 171

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

Shades of Bouquet #BD6EAB

Tints of Bouquet #BD6EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 40.21%
G = 23.4%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD6EAB (or 0xBD6EAB) is known color: Bouquet. HEX triplet: BD, 6E and AB. RGB value is (189,110,171). Sum of RGB (Red+Green+Blue) = 189+110+171=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EAB is #429154. Grayscale: #8C8C8C. Windows color (decimal): -4362581 or 11235005. OLE color: 11235005.

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

Color convert

RGB 189 110 171 -
CMYK 0 0.42 0.10 0.26
HSL 313.67º 0.37% 0.59% -
HSV(B) 313.67º 0.42% 0.74% -
XYZ 33.91 24.91 41.55 -
YUV 140.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 189 110 171 0 0.42 0.10 0.26 313.67 0.37 0.59
Hex BD 6E AB 0 2A A 1A 13A 25 3B
Octal 275 156 253 0 52 12 32 472 45 73
Binary 10111101 1101110 10101011 0 101010 1010 11010 100111010 100101 111011

Color Harmonies of #BD6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EAB

Black with #BD6EAB

Text Example


Text Example

White with #BD6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EAB; }

 p { color: rgb(189,110,171); }

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

background-color css

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

 a { background-color: rgb(189,110,171); }

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

border-color css

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

 span { border-color: rgb(189,110,171); }

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