Html Css Color HEX #8CC0BE Bermuda

📋 copy color: '#8CC0BE'

red 140 ◦ green 192 ◦ blue 190

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

Shades of Bermuda #8CC0BE

Tints of Bermuda #8CC0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

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

R = 26.82%
G = 36.78%
B = 36.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#8CC0BE (or 0x8CC0BE) is known color: Bermuda. HEX triplet: 8C, C0 and BE. RGB value is (140,192,190). Sum of RGB (Red+Green+Blue) = 140+192+190=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0BE is #733F41. Grayscale: #B0B0B0. Windows color (decimal): -7552834 or 12501132. OLE color: 12501132.

HSL color Cylindrical-coordinate representation of color #8CC0BE: hue angle of 177.69º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC0BE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 190 -
CMYK 0.27 0 0.01 0.25
HSL 177.69º 0.29% 0.65% -
HSV(B) 177.69º 0.27% 0.75% -
XYZ 38.96 46.99 55.73 -
YUV 176.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 140 192 190 0.27 0 0.01 0.25 177.69 0.29 0.65
Hex 8C C0 BE 1B 0 1 19 B2 1D 41
Octal 214 300 276 33 0 1 31 262 35 101
Binary 10001100 11000000 10111110 11011 0 1 11001 10110010 11101 1000001

Color Harmonies of #8CC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0BE

Black with #8CC0BE

Text Example


Text Example

White with #8CC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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