Html Css Color HEX #BB7CA4 Bouquet

📋 copy color: '#BB7CA4'

red 187 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #BB7CA4

Tints of Bouquet #BB7CA4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.11%

 BLUE value IS 164 (64.45% from 255) = 34.53%

R = 39.37%
G = 26.11%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB7CA4 (or 0xBB7CA4) is known color: Bouquet. HEX triplet: BB, 7C and A4. RGB value is (187,124,164). Sum of RGB (Red+Green+Blue) = 187+124+164=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CA4 is #44835B. Grayscale: #939393. Windows color (decimal): -4490076 or 10779835. OLE color: 10779835.

HSL color Cylindrical-coordinate representation of color #BB7CA4: hue angle of 321.9º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7CA4 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 164 -
CMYK 0 0.34 0.12 0.27
HSL 321.9º 0.32% 0.61% -
HSV(B) 321.9º 0.34% 0.73% -
XYZ 34.4 27.66 38.65 -
YUV 147.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 187 124 164 0 0.34 0.12 0.27 321.9 0.32 0.61
Hex BB 7C A4 0 22 C 1B 142 20 3D
Octal 273 174 244 0 42 14 33 502 40 75
Binary 10111011 1111100 10100100 0 100010 1100 11011 101000010 100000 111101

Color Harmonies of #BB7CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CA4

Black with #BB7CA4

Text Example


Text Example

White with #BB7CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CA4; }

 p { color: rgb(187,124,164); }

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

background-color css

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

 a { background-color: rgb(187,124,164); }

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

border-color css

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

 span { border-color: rgb(187,124,164); }

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