Html Css Color HEX #8CCEBD Bermuda

📋 copy color: '#8CCEBD'

red 140 ◦ green 206 ◦ blue 189

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

Shades of Bermuda #8CCEBD

Tints of Bermuda #8CCEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 26.17%
G = 38.5%
B = 35.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#8CCEBD (or 0x8CCEBD) is known color: Bermuda. HEX triplet: 8C, CE and BD. RGB value is (140,206,189). Sum of RGB (Red+Green+Blue) = 140+206+189=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEBD is #733142. Grayscale: #B8B8B8. Windows color (decimal): -7549251 or 12439180. OLE color: 12439180.

HSL color Cylindrical-coordinate representation of color #8CCEBD: hue angle of 164.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEBD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 189 -
CMYK 0.32 0 0.08 0.19
HSL 164.55º 0.4% 0.68% -
HSV(B) 164.55º 0.32% 0.81% -
XYZ 42.07 53.39 56.23 -
YUV 184.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 140 206 189 0.32 0 0.08 0.19 164.55 0.4 0.68
Hex 8C CE BD 20 0 8 13 A5 28 44
Octal 214 316 275 40 0 10 23 245 50 104
Binary 10001100 11001110 10111101 100000 0 1000 10011 10100101 101000 1000100

Color Harmonies of #8CCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEBD

Black with #8CCEBD

Text Example


Text Example

White with #8CCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,189); }

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

background-color css

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

 a { background-color: rgb(140,206,189); }

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

border-color css

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

 span { border-color: rgb(140,206,189); }

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