#B0DCB3

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

Shades of Celadon #B0DCB3

Tints of Celadon #B0DCB3

Color information

#B0DCB3 (or 0xB0DCB3) is unknown color: approx Celadon. HEX triplet: B0, DC and B3. RGB value is (176,220,179). Sum of RGB (Red+Green+Blue) = 176+220+179=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCB3 is #4F234C. Grayscale: #CACACA. Windows color (decimal): -5186381 or 11787440. OLE color: 11787440.

HSL color Cylindrical-coordinate representation of color #B0DCB3: hue angle of 124.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCB3 is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB176220179-
CMYK0.200.190.14
HSL124.09º38.6%77.65%-
HSV(B)124.09º20%86.27%-
XYZ51.6363.6752.22-
YUV202.17114.92109.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=30.61%
G=38.26%
B=31.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201790.200.190.14124.0938.677.65
HexB0DCB314013E7c274e
Octal260334263240231617447116
Binary10110000110111001011001110100010011111011111001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCB3; }

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

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

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

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

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

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

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

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