Html Css Color HEX #BF6DAB Bouquet

📋 copy color: '#BF6DAB'

red 191 ◦ green 109 ◦ blue 171

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

Shades of Bouquet #BF6DAB

Tints of Bouquet #BF6DAB

RGB

 RED value IS 191 (75% from 255) = 40.55%

 GREEN value IS 109 (42.97% from 255) = 23.14%

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

R = 40.55%
G = 23.14%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF6DAB (or 0xBF6DAB) is known color: Bouquet. HEX triplet: BF, 6D and AB. RGB value is (191,109,171). Sum of RGB (Red+Green+Blue) = 191+109+171=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DAB is #409254. Grayscale: #8C8C8C. Windows color (decimal): -4231765 or 11234751. OLE color: 11234751.

HSL color Cylindrical-coordinate representation of color #BF6DAB: hue angle of 314.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6DAB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 109 171 -
CMYK 0 0.43 0.10 0.25
HSL 314.63º 0.39% 0.59% -
HSV(B) 314.63º 0.43% 0.75% -
XYZ 34.31 24.95 41.54 -
YUV 140.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 191 109 171 0 0.43 0.10 0.25 314.63 0.39 0.59
Hex BF 6D AB 0 2B A 19 13B 27 3B
Octal 277 155 253 0 53 12 31 473 47 73
Binary 10111111 1101101 10101011 0 101011 1010 11001 100111011 100111 111011

Color Harmonies of #BF6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DAB

Black with #BF6DAB

Text Example


Text Example

White with #BF6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DAB; }

 p { color: rgb(191,109,171); }

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

background-color css

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

 a { background-color: rgb(191,109,171); }

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

border-color css

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

 span { border-color: rgb(191,109,171); }

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