Html Css Color HEX #BB69A7 Bouquet

📋 copy color: '#BB69A7'

red 187 ◦ green 105 ◦ blue 167

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

Shades of Bouquet #BB69A7

Tints of Bouquet #BB69A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 40.74%
G = 22.88%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB69A7 (or 0xBB69A7) is known color: Bouquet. HEX triplet: BB, 69 and A7. RGB value is (187,105,167). Sum of RGB (Red+Green+Blue) = 187+105+167=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69A7 is #449658. Grayscale: #888888. Windows color (decimal): -4494937 or 10971579. OLE color: 10971579.

HSL color Cylindrical-coordinate representation of color #BB69A7: hue angle of 314.63º 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 #BB69A7 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 167 -
CMYK 0 0.44 0.11 0.27
HSL 314.63º 0.38% 0.57% -
HSV(B) 314.63º 0.44% 0.73% -
XYZ 32.52 23.46 39.37 -
YUV 136.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 187 105 167 0 0.44 0.11 0.27 314.63 0.38 0.57
Hex BB 69 A7 0 2C B 1B 13B 26 39
Octal 273 151 247 0 54 13 33 473 46 71
Binary 10111011 1101001 10100111 0 101100 1011 11011 100111011 100110 111001

Color Harmonies of #BB69A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69A7

Black with #BB69A7

Text Example


Text Example

White with #BB69A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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