Html Css Color HEX #BC7EAB Bouquet

📋 copy color: '#BC7EAB'

red 188 ◦ green 126 ◦ blue 171

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

Shades of Bouquet #BC7EAB

Tints of Bouquet #BC7EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 38.76%
G = 25.98%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC7EAB (or 0xBC7EAB) is known color: Bouquet. HEX triplet: BC, 7E and AB. RGB value is (188,126,171). Sum of RGB (Red+Green+Blue) = 188+126+171=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EAB is #438154. Grayscale: #959595. Windows color (decimal): -4424021 or 11239100. OLE color: 11239100.

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

Color convert

RGB 188 126 171 -
CMYK 0 0.33 0.09 0.26
HSL 316.45º 0.32% 0.62% -
HSV(B) 316.45º 0.33% 0.74% -
XYZ 35.55 28.55 42.17 -
YUV 149.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 188 126 171 0 0.33 0.09 0.26 316.45 0.32 0.62
Hex BC 7E AB 0 21 9 1A 13C 20 3E
Octal 274 176 253 0 41 11 32 474 40 76
Binary 10111100 1111110 10101011 0 100001 1001 11010 100111100 100000 111110

Color Harmonies of #BC7EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EAB

Black with #BC7EAB

Text Example


Text Example

White with #BC7EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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