Html Css Color HEX #8CCCBD Bermuda

📋 copy color: '#8CCCBD'

red 140 ◦ green 204 ◦ blue 189

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

Shades of Bermuda #8CCCBD

Tints of Bermuda #8CCCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

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

R = 26.27%
G = 38.27%
B = 35.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#8CCCBD (or 0x8CCCBD) is known color: Bermuda. HEX triplet: 8C, CC and BD. RGB value is (140,204,189). Sum of RGB (Red+Green+Blue) = 140+204+189=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCBD is #733342. Grayscale: #B7B7B7. Windows color (decimal): -7549763 or 12438668. OLE color: 12438668.

HSL color Cylindrical-coordinate representation of color #8CCCBD: hue angle of 165.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCBD is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 189 -
CMYK 0.31 0 0.07 0.2
HSL 165.94º 0.39% 0.67% -
HSV(B) 165.94º 0.31% 0.8% -
XYZ 41.59 52.44 56.07 -
YUV 183.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 140 204 189 0.31 0 0.07 0.2 165.94 0.39 0.67
Hex 8C CC BD 1F 0 7 14 A6 27 43
Octal 214 314 275 37 0 7 24 246 47 103
Binary 10001100 11001100 10111101 11111 0 111 10100 10100110 100111 1000011

Color Harmonies of #8CCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCBD

Black with #8CCCBD

Text Example


Text Example

White with #8CCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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