Html Css Color HEX #BC7CAB Bouquet

📋 copy color: '#BC7CAB'

red 188 ◦ green 124 ◦ blue 171

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

Shades of Bouquet #BC7CAB

Tints of Bouquet #BC7CAB

RGB

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

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

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

R = 38.92%
G = 25.67%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC7CAB (or 0xBC7CAB) is known color: Bouquet. HEX triplet: BC, 7C and AB. RGB value is (188,124,171). Sum of RGB (Red+Green+Blue) = 188+124+171=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CAB is #438354. Grayscale: #949494. Windows color (decimal): -4424533 or 11238588. OLE color: 11238588.

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

Color convert

RGB 188 124 171 -
CMYK 0 0.34 0.09 0.26
HSL 315.94º 0.32% 0.61% -
HSV(B) 315.94º 0.34% 0.74% -
XYZ 35.3 28.05 42.08 -
YUV 148.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 188 124 171 0 0.34 0.09 0.26 315.94 0.32 0.61
Hex BC 7C AB 0 22 9 1A 13C 20 3D
Octal 274 174 253 0 42 11 32 474 40 75
Binary 10111100 1111100 10101011 0 100010 1001 11010 100111100 100000 111101

Color Harmonies of #BC7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CAB

Black with #BC7CAB

Text Example


Text Example

White with #BC7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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