Html Css Color HEX #BB69A2 Bouquet

📋 copy color: '#BB69A2'

red 187 ◦ green 105 ◦ blue 162

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

Shades of Bouquet #BB69A2

Tints of Bouquet #BB69A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 41.19%
G = 23.13%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB69A2 (or 0xBB69A2) is known color: Bouquet. HEX triplet: BB, 69 and A2. RGB value is (187,105,162). Sum of RGB (Red+Green+Blue) = 187+105+162=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69A2 is #44965D. Grayscale: #878787. Windows color (decimal): -4494942 or 10643899. OLE color: 10643899.

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

Color convert

RGB 187 105 162 -
CMYK 0 0.44 0.13 0.27
HSL 318.29º 0.38% 0.57% -
HSV(B) 318.29º 0.44% 0.73% -
XYZ 32.07 23.28 36.99 -
YUV 136.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 187 105 162 0 0.44 0.13 0.27 318.29 0.38 0.57
Hex BB 69 A2 0 2C D 1B 13E 26 39
Octal 273 151 242 0 54 15 33 476 46 71
Binary 10111011 1101001 10100010 0 101100 1101 11011 100111110 100110 111001

Color Harmonies of #BB69A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69A2

Black with #BB69A2

Text Example


Text Example

White with #BB69A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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