Html Css Color HEX #84BCB1 Monte Carlo

📋 copy color: '#84BCB1'

red 132 ◦ green 188 ◦ blue 177

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

Shades of Monte Carlo #84BCB1

Tints of Monte Carlo #84BCB1

RGB

 RED value IS 132 (51.95% from 255) = 26.56%

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 26.56%
G = 37.83%
B = 35.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#84BCB1 (or 0x84BCB1) is known color: Monte Carlo. HEX triplet: 84, BC and B1. RGB value is (132,188,177). Sum of RGB (Red+Green+Blue) = 132+188+177=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCB1 is #7B434E. Grayscale: #A9A9A9. Windows color (decimal): -8078159 or 11648132. OLE color: 11648132.

HSL color Cylindrical-coordinate representation of color #84BCB1: hue angle of 168.21º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BCB1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 188 177 -
CMYK 0.30 0 0.06 0.26
HSL 168.21º 0.29% 0.63% -
HSV(B) 168.21º 0.3% 0.74% -
XYZ 35.43 44.05 48.23 -
YUV 170 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 132 188 177 0.30 0 0.06 0.26 168.21 0.29 0.63
Hex 84 BC B1 1E 0 6 1A A8 1D 3F
Octal 204 274 261 36 0 6 32 250 35 77
Binary 10000100 10111100 10110001 11110 0 110 11010 10101000 11101 111111

Color Harmonies of #84BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCB1

Black with #84BCB1

Text Example


Text Example

White with #84BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BCB1; }

 p { color: rgb(132,188,177); }

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

background-color css

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

 a { background-color: rgb(132,188,177); }

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

border-color css

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

 span { border-color: rgb(132,188,177); }

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