Html Css Color HEX #BC7EA5 Bouquet

📋 copy color: '#BC7EA5'

red 188 ◦ green 126 ◦ blue 165

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

Shades of Bouquet #BC7EA5

Tints of Bouquet #BC7EA5

RGB

 RED value IS 188 (73.83% from 255) = 39.25%

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

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

R = 39.25%
G = 26.3%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC7EA5 (or 0xBC7EA5) is known color: Bouquet. HEX triplet: BC, 7E and A5. RGB value is (188,126,165). Sum of RGB (Red+Green+Blue) = 188+126+165=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EA5 is #43815A. Grayscale: #949494. Windows color (decimal): -4424027 or 10845884. OLE color: 10845884.

HSL color Cylindrical-coordinate representation of color #BC7EA5: hue angle of 322.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7EA5 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 165 -
CMYK 0 0.33 0.12 0.26
HSL 322.26º 0.32% 0.62% -
HSV(B) 322.26º 0.33% 0.74% -
XYZ 34.99 28.33 39.22 -
YUV 148.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 188 126 165 0 0.33 0.12 0.26 322.26 0.32 0.62
Hex BC 7E A5 0 21 C 1A 142 20 3E
Octal 274 176 245 0 41 14 32 502 40 76
Binary 10111100 1111110 10100101 0 100001 1100 11010 101000010 100000 111110

Color Harmonies of #BC7EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EA5

Black with #BC7EA5

Text Example


Text Example

White with #BC7EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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