Html Css Color HEX #BF6BAA Bouquet

📋 copy color: '#BF6BAA'

red 191 ◦ green 107 ◦ blue 170

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

Shades of Bouquet #BF6BAA

Tints of Bouquet #BF6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.86%

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 40.81%
G = 22.86%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF6BAA (or 0xBF6BAA) is known color: Bouquet. HEX triplet: BF, 6B and AA. RGB value is (191,107,170). Sum of RGB (Red+Green+Blue) = 191+107+170=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BAA is #409455. Grayscale: #8B8B8B. Windows color (decimal): -4232278 or 11168703. OLE color: 11168703.

HSL color Cylindrical-coordinate representation of color #BF6BAA: hue angle of 315º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BAA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 170 -
CMYK 0 0.44 0.11 0.25
HSL 315º 0.4% 0.58% -
HSV(B) 315º 0.44% 0.75% -
XYZ 34 24.49 40.97 -
YUV 139.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 191 107 170 0 0.44 0.11 0.25 315 0.4 0.58
Hex BF 6B AA 0 2C B 19 13B 28 3A
Octal 277 153 252 0 54 13 31 473 50 72
Binary 10111111 1101011 10101010 0 101100 1011 11001 100111011 101000 111010

Color Harmonies of #BF6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BAA

Black with #BF6BAA

Text Example


Text Example

White with #BF6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BAA; }

 p { color: rgb(191,107,170); }

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

background-color css

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

 a { background-color: rgb(191,107,170); }

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

border-color css

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

 span { border-color: rgb(191,107,170); }

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