Html Css Color HEX #BB7D9C Bouquet

📋 copy color: '#BB7D9C'

red 187 ◦ green 125 ◦ blue 156

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

Shades of Bouquet #BB7D9C

Tints of Bouquet #BB7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

 BLUE value IS 156 (61.33% from 255) = 33.33%

R = 39.96%
G = 26.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB7D9C (or 0xBB7D9C) is known color: Bouquet. HEX triplet: BB, 7D and 9C. RGB value is (187,125,156). Sum of RGB (Red+Green+Blue) = 187+125+156=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7D9C is #448263. Grayscale: #939393. Windows color (decimal): -4489828 or 10255803. OLE color: 10255803.

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

Color convert

RGB 187 125 156 -
CMYK 0 0.33 0.17 0.27
HSL 330º 0.31% 0.61% -
HSV(B) 330º 0.33% 0.73% -
XYZ 33.83 27.63 35 -
YUV 147.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 187 125 156 0 0.33 0.17 0.27 330 0.31 0.61
Hex BB 7D 9C 0 21 11 1B 14A 1F 3D
Octal 273 175 234 0 41 21 33 512 37 75
Binary 10111011 1111101 10011100 0 100001 10001 11011 101001010 11111 111101

Color Harmonies of #BB7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D9C

Black with #BB7D9C

Text Example


Text Example

White with #BB7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D9C; }

 p { color: rgb(187,125,156); }

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

background-color css

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

 a { background-color: rgb(187,125,156); }

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

border-color css

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

 span { border-color: rgb(187,125,156); }

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