#B0D8B3

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

Shades of Celadon #B0D8B3

Tints of Celadon #B0D8B3

Color information

#B0D8B3 (or 0xB0D8B3) is unknown color: approx Celadon. HEX triplet: B0, D8 and B3. RGB value is (176,216,179). Sum of RGB (Red+Green+Blue) = 176+216+179=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8B3 is #4F274C. Grayscale: #C7C7C7. Windows color (decimal): -5187405 or 11786416. OLE color: 11786416.

HSL color Cylindrical-coordinate representation of color #B0D8B3: hue angle of 124.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8B3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB176216179-
CMYK0.1900.170.15
HSL124.5º33.9%76.86%-
HSV(B)124.5º18.52%84.71%-
XYZ50.661.651.87-
YUV199.82116.25111.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=30.82%
G=37.83%
B=31.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161790.1900.170.15124.533.976.86
HexB0D8B313011F7c224d
Octal260330263230211717442115
Binary10110000110110001011001110011010001111111111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8B3; }

 p { color: rgb(176,216,179); }

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

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

 a { background-color: rgb(176,216,179); }

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

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

 span { border-color: rgb(176,216,179); }

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