Html Css Color HEX #BF6FAB Bouquet

📋 copy color: '#BF6FAB'

red 191 ◦ green 111 ◦ blue 171

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

Shades of Bouquet #BF6FAB

Tints of Bouquet #BF6FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

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

R = 40.38%
G = 23.47%
B = 36.15%

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

#BF6FAB (or 0xBF6FAB) is known color: Bouquet. HEX triplet: BF, 6F and AB. RGB value is (191,111,171). Sum of RGB (Red+Green+Blue) = 191+111+171=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FAB is #409054. Grayscale: #8D8D8D. Windows color (decimal): -4231253 or 11235263. OLE color: 11235263.

HSL color Cylindrical-coordinate representation of color #BF6FAB: hue angle of 315º degrees, saturation: 0.38, 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 #BF6FAB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 111 171 -
CMYK 0 0.42 0.10 0.25
HSL 315º 0.38% 0.59% -
HSV(B) 315º 0.42% 0.75% -
XYZ 34.52 25.39 41.61 -
YUV 141.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 191 111 171 0 0.42 0.10 0.25 315 0.38 0.59
Hex BF 6F AB 0 2A A 19 13B 26 3B
Octal 277 157 253 0 52 12 31 473 46 73
Binary 10111111 1101111 10101011 0 101010 1010 11001 100111011 100110 111011

Color Harmonies of #BF6FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FAB

Black with #BF6FAB

Text Example


Text Example

White with #BF6FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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