Html Css Color HEX #BB7EA5 Bouquet

📋 copy color: '#BB7EA5'

red 187 ◦ green 126 ◦ blue 165

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

Shades of Bouquet #BB7EA5

Tints of Bouquet #BB7EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.36%

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 39.12%
G = 26.36%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB7EA5 (or 0xBB7EA5) is known color: Bouquet. HEX triplet: BB, 7E and A5. RGB value is (187,126,165). Sum of RGB (Red+Green+Blue) = 187+126+165=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EA5 is #44815A. Grayscale: #949494. Windows color (decimal): -4489563 or 10845883. OLE color: 10845883.

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

Color convert

RGB 187 126 165 -
CMYK 0 0.33 0.12 0.27
HSL 321.64º 0.31% 0.61% -
HSV(B) 321.64º 0.33% 0.73% -
XYZ 34.75 28.2 39.21 -
YUV 148.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 187 126 165 0 0.33 0.12 0.27 321.64 0.31 0.61
Hex BB 7E A5 0 21 C 1B 142 1F 3D
Octal 273 176 245 0 41 14 33 502 37 75
Binary 10111011 1111110 10100101 0 100001 1100 11011 101000010 11111 111101

Color Harmonies of #BB7EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EA5

Black with #BB7EA5

Text Example


Text Example

White with #BB7EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EA5; }

 p { color: rgb(187,126,165); }

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

background-color css

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

 a { background-color: rgb(187,126,165); }

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

border-color css

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

 span { border-color: rgb(187,126,165); }

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