Html Css Color HEX #BB69A8 Bouquet

📋 copy color: '#BB69A8'

red 187 ◦ green 105 ◦ blue 168

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

Shades of Bouquet #BB69A8

Tints of Bouquet #BB69A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 40.65%
G = 22.83%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB69A8 (or 0xBB69A8) is known color: Bouquet. HEX triplet: BB, 69 and A8. RGB value is (187,105,168). Sum of RGB (Red+Green+Blue) = 187+105+168=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69A8 is #449657. Grayscale: #888888. Windows color (decimal): -4494936 or 11037115. OLE color: 11037115.

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

Color convert

RGB 187 105 168 -
CMYK 0 0.44 0.10 0.27
HSL 313.9º 0.38% 0.57% -
HSV(B) 313.9º 0.44% 0.73% -
XYZ 32.61 23.5 39.86 -
YUV 136.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 187 105 168 0 0.44 0.10 0.27 313.9 0.38 0.57
Hex BB 69 A8 0 2C A 1B 13A 26 39
Octal 273 151 250 0 54 12 33 472 46 71
Binary 10111011 1101001 10101000 0 101100 1010 11011 100111010 100110 111001

Color Harmonies of #BB69A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69A8

Black with #BB69A8

Text Example


Text Example

White with #BB69A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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