Html Css Color HEX #BB819E Bouquet

📋 copy color: '#BB819E'

red 187 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #BB819E

Tints of Bouquet #BB819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 39.45%
G = 27.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB819E (or 0xBB819E) is known color: Bouquet. HEX triplet: BB, 81 and 9E. RGB value is (187,129,158). Sum of RGB (Red+Green+Blue) = 187+129+158=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB819E is #447E61. Grayscale: #959595. Windows color (decimal): -4488802 or 10387899. OLE color: 10387899.

HSL color Cylindrical-coordinate representation of color #BB819E: hue angle of 330º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB819E is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 158 -
CMYK 0 0.31 0.16 0.27
HSL 330º 0.3% 0.62% -
HSV(B) 330º 0.31% 0.73% -
XYZ 34.52 28.73 36.07 -
YUV 149.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 187 129 158 0 0.31 0.16 0.27 330 0.3 0.62
Hex BB 81 9E 0 1F 10 1B 14A 1E 3E
Octal 273 201 236 0 37 20 33 512 36 76
Binary 10111011 10000001 10011110 0 11111 10000 11011 101001010 11110 111110

Color Harmonies of #BB819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB819E

Black with #BB819E

Text Example


Text Example

White with #BB819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB819E; }

 p { color: rgb(187,129,158); }

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

background-color css

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

 a { background-color: rgb(187,129,158); }

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

border-color css

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

 span { border-color: rgb(187,129,158); }

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