Html Css Color HEX #BC78A2 Bouquet

📋 copy color: '#BC78A2'

red 188 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #BC78A2

Tints of Bouquet #BC78A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

 BLUE value IS 162 (63.67% from 255) = 34.47%

R = 40%
G = 25.53%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC78A2 (or 0xBC78A2) is known color: Bouquet. HEX triplet: BC, 78 and A2. RGB value is (188,120,162). Sum of RGB (Red+Green+Blue) = 188+120+162=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A2 is #43875D. Grayscale: #919191. Windows color (decimal): -4425566 or 10647740. OLE color: 10647740.

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

Color convert

RGB 188 120 162 -
CMYK 0 0.36 0.14 0.26
HSL 322.94º 0.34% 0.6% -
HSV(B) 322.94º 0.36% 0.74% -
XYZ 33.98 26.73 37.55 -
YUV 145.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 188 120 162 0 0.36 0.14 0.26 322.94 0.34 0.6
Hex BC 78 A2 0 24 E 1A 143 22 3C
Octal 274 170 242 0 44 16 32 503 42 74
Binary 10111100 1111000 10100010 0 100100 1110 11010 101000011 100010 111100

Color Harmonies of #BC78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78A2

Black with #BC78A2

Text Example


Text Example

White with #BC78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78A2; }

 p { color: rgb(188,120,162); }

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

background-color css

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

 a { background-color: rgb(188,120,162); }

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

border-color css

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

 span { border-color: rgb(188,120,162); }

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