Html Css Color HEX #8BC7BB Bermuda

📋 copy color: '#8BC7BB'

red 139 ◦ green 199 ◦ blue 187

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

Shades of Bermuda #8BC7BB

Tints of Bermuda #8BC7BB

RGB

 RED value IS 139 (54.69% from 255) = 26.48%

 GREEN value IS 199 (78.13% from 255) = 37.9%

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 26.48%
G = 37.9%
B = 35.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#8BC7BB (or 0x8BC7BB) is known color: Bermuda. HEX triplet: 8B, C7 and BB. RGB value is (139,199,187). Sum of RGB (Red+Green+Blue) = 139+199+187=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7BB is #743844. Grayscale: #B3B3B3. Windows color (decimal): -7616581 or 12306315. OLE color: 12306315.

HSL color Cylindrical-coordinate representation of color #8BC7BB: hue angle of 168º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC7BB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 199 187 -
CMYK 0.30 0 0.06 0.22
HSL 168º 0.35% 0.66% -
HSV(B) 168º 0.3% 0.78% -
XYZ 40.04 49.92 54.54 -
YUV 179.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 139 199 187 0.30 0 0.06 0.22 168 0.35 0.66
Hex 8B C7 BB 1E 0 6 16 A8 23 42
Octal 213 307 273 36 0 6 26 250 43 102
Binary 10001011 11000111 10111011 11110 0 110 10110 10101000 100011 1000010

Color Harmonies of #8BC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC7BB

Black with #8BC7BB

Text Example


Text Example

White with #8BC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,199,187); }

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

background-color css

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

 a { background-color: rgb(139,199,187); }

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

border-color css

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

 span { border-color: rgb(139,199,187); }

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