Html Css Color HEX #89CEBC Bermuda

📋 copy color: '#89CEBC'

red 137 ◦ green 206 ◦ blue 188

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

Shades of Bermuda #89CEBC

Tints of Bermuda #89CEBC

RGB

 RED value IS 137 (53.91% from 255) = 25.8%

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 25.8%
G = 38.79%
B = 35.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#89CEBC (or 0x89CEBC) is known color: Bermuda. HEX triplet: 89, CE and BC. RGB value is (137,206,188). Sum of RGB (Red+Green+Blue) = 137+206+188=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEBC is #763143. Grayscale: #B7B7B7. Windows color (decimal): -7745860 or 12373641. OLE color: 12373641.

HSL color Cylindrical-coordinate representation of color #89CEBC: hue angle of 164.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEBC is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 206 188 -
CMYK 0.33 0 0.09 0.19
HSL 164.35º 0.41% 0.67% -
HSV(B) 164.35º 0.33% 0.81% -
XYZ 41.46 53.09 55.64 -
YUV 183.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 137 206 188 0.33 0 0.09 0.19 164.35 0.41 0.67
Hex 89 CE BC 21 0 9 13 A4 29 43
Octal 211 316 274 41 0 11 23 244 51 103
Binary 10001001 11001110 10111100 100001 0 1001 10011 10100100 101001 1000011

Color Harmonies of #89CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEBC

Black with #89CEBC

Text Example


Text Example

White with #89CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89CEBC; }

 p { color: rgb(137,206,188); }

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

background-color css

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

 a { background-color: rgb(137,206,188); }

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

border-color css

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

 span { border-color: rgb(137,206,188); }

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