Html Css Color HEX #8CC1BE Bermuda

📋 copy color: '#8CC1BE'

red 140 ◦ green 193 ◦ blue 190

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

Shades of Bermuda #8CC1BE

Tints of Bermuda #8CC1BE

RGB

 RED value IS 140 (55.08% from 255) = 26.77%

 GREEN value IS 193 (75.78% from 255) = 36.9%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 26.77%
G = 36.9%
B = 36.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#8CC1BE (or 0x8CC1BE) is known color: Bermuda. HEX triplet: 8C, C1 and BE. RGB value is (140,193,190). Sum of RGB (Red+Green+Blue) = 140+193+190=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1BE is #733E41. Grayscale: #B0B0B0. Windows color (decimal): -7552578 or 12501388. OLE color: 12501388.

HSL color Cylindrical-coordinate representation of color #8CC1BE: hue angle of 176.6º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC1BE is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 193 190 -
CMYK 0.27 0 0.02 0.24
HSL 176.6º 0.3% 0.65% -
HSV(B) 176.6º 0.27% 0.76% -
XYZ 39.18 47.43 55.81 -
YUV 176.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 140 193 190 0.27 0 0.02 0.24 176.6 0.3 0.65
Hex 8C C1 BE 1B 0 2 18 B1 1E 41
Octal 214 301 276 33 0 2 30 261 36 101
Binary 10001100 11000001 10111110 11011 0 10 11000 10110001 11110 1000001

Color Harmonies of #8CC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC1BE

Black with #8CC1BE

Text Example


Text Example

White with #8CC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC1BE; }

 p { color: rgb(140,193,190); }

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

background-color css

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

 a { background-color: rgb(140,193,190); }

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

border-color css

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

 span { border-color: rgb(140,193,190); }

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