Html Css Color HEX #BD6CAB Bouquet

📋 copy color: '#BD6CAB'

red 189 ◦ green 108 ◦ blue 171

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

Shades of Bouquet #BD6CAB

Tints of Bouquet #BD6CAB

RGB

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

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

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

R = 40.38%
G = 23.08%
B = 36.54%

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

#BD6CAB (or 0xBD6CAB) is known color: Bouquet. HEX triplet: BD, 6C and AB. RGB value is (189,108,171). Sum of RGB (Red+Green+Blue) = 189+108+171=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CAB is #429354. Grayscale: #8B8B8B. Windows color (decimal): -4363093 or 11234493. OLE color: 11234493.

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

Color convert

RGB 189 108 171 -
CMYK 0 0.43 0.10 0.26
HSL 313.33º 0.38% 0.58% -
HSV(B) 313.33º 0.43% 0.74% -
XYZ 33.7 24.48 41.48 -
YUV 139.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 189 108 171 0 0.43 0.10 0.26 313.33 0.38 0.58
Hex BD 6C AB 0 2B A 1A 139 26 3A
Octal 275 154 253 0 53 12 32 471 46 72
Binary 10111101 1101100 10101011 0 101011 1010 11010 100111001 100110 111010

Color Harmonies of #BD6CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CAB

Black with #BD6CAB

Text Example


Text Example

White with #BD6CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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