Html Css Color HEX #BF6EAB Bouquet

📋 copy color: '#BF6EAB'

red 191 ◦ green 110 ◦ blue 171

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

Shades of Bouquet #BF6EAB

Tints of Bouquet #BF6EAB

RGB

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

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

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

R = 40.47%
G = 23.31%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF6EAB (or 0xBF6EAB) is known color: Bouquet. HEX triplet: BF, 6E and AB. RGB value is (191,110,171). Sum of RGB (Red+Green+Blue) = 191+110+171=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6EAB is #409154. Grayscale: #8D8D8D. Windows color (decimal): -4231509 or 11235007. OLE color: 11235007.

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

Color convert

RGB 191 110 171 -
CMYK 0 0.42 0.10 0.25
HSL 314.81º 0.39% 0.59% -
HSV(B) 314.81º 0.42% 0.75% -
XYZ 34.41 25.17 41.57 -
YUV 141.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 191 110 171 0 0.42 0.10 0.25 314.81 0.39 0.59
Hex BF 6E AB 0 2A A 19 13B 27 3B
Octal 277 156 253 0 52 12 31 473 47 73
Binary 10111111 1101110 10101011 0 101010 1010 11001 100111011 100111 111011

Color Harmonies of #BF6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EAB

Black with #BF6EAB

Text Example


Text Example

White with #BF6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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