Html Css Color HEX #BB69A0 Bouquet

📋 copy color: '#BB69A0'

red 187 ◦ green 105 ◦ blue 160

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

Shades of Bouquet #BB69A0

Tints of Bouquet #BB69A0

RGB

 RED value IS 187 (73.44% from 255) = 41.37%

 GREEN value IS 105 (41.41% from 255) = 23.23%

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 41.37%
G = 23.23%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB69A0 (or 0xBB69A0) is known color: Bouquet. HEX triplet: BB, 69 and A0. RGB value is (187,105,160). Sum of RGB (Red+Green+Blue) = 187+105+160=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69A0 is #44965F. Grayscale: #878787. Windows color (decimal): -4494944 or 10512827. OLE color: 10512827.

HSL color Cylindrical-coordinate representation of color #BB69A0: hue angle of 319.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB69A0 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 160 -
CMYK 0 0.44 0.14 0.27
HSL 319.76º 0.38% 0.57% -
HSV(B) 319.76º 0.44% 0.73% -
XYZ 31.89 23.21 36.06 -
YUV 135.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 187 105 160 0 0.44 0.14 0.27 319.76 0.38 0.57
Hex BB 69 A0 0 2C E 1B 140 26 39
Octal 273 151 240 0 54 16 33 500 46 71
Binary 10111011 1101001 10100000 0 101100 1110 11011 101000000 100110 111001

Color Harmonies of #BB69A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69A0

Black with #BB69A0

Text Example


Text Example

White with #BB69A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69A0; }

 p { color: rgb(187,105,160); }

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

background-color css

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

 a { background-color: rgb(187,105,160); }

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

border-color css

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

 span { border-color: rgb(187,105,160); }

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