#8BB6B3

Color #8BB6B3 Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #8BB6B3

Tints of Conch #8BB6B3

Color information

#8BB6B3 (or 0x8BB6B3) is unknown color: approx Conch. HEX triplet: 8B, B6 and B3. RGB value is (139,182,179). Sum of RGB (Red+Green+Blue) = 139+182+179=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6B3 is #74494C. Grayscale: #A8A8A8. Windows color (decimal): -7620941 or 11777675. OLE color: 11777675.

HSL color Cylindrical-coordinate representation of color #8BB6B3: hue angle of 175.81º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB6B3 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB139182179-
CMYK0.2400.020.29
HSL175.81º22.75%62.94%-
HSV(B)175.81º23.63%71.37%-
XYZ35.5142.248.92-
YUV168.8133.75106.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=27.8%
G=36.4%
B=35.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821790.2400.020.29175.8122.7562.94
Hex8BB6B318021Db0173f
Octal2132662633002352602777
Binary10001011101101101011001111000010111011011000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,182,179); }

 H1.HeaderClassName
 {
   color: #8BB6B3;
 }
 .AnyTagClassName
 {
   color: #8BB6B3;
 }
</style>
background-color css

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

 a { background-color: rgb(139,182,179); }

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

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

 span { border-color: rgb(139,182,179); }

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