#B1DAB3

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

Shades of Celadon #B1DAB3

Tints of Celadon #B1DAB3

Color information

#B1DAB3 (or 0xB1DAB3) is unknown color: approx Celadon. HEX triplet: B1, DA and B3. RGB value is (177,218,179). Sum of RGB (Red+Green+Blue) = 177+218+179=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAB3 is #4E254C. Grayscale: #C9C9C9. Windows color (decimal): -5121357 or 11786929. OLE color: 11786929.

HSL color Cylindrical-coordinate representation of color #B1DAB3: hue angle of 122.93º degrees, saturation: 0.36, 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 #B1DAB3 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB177218179-
CMYK0.1900.180.15
HSL122.93º35.65%77.45%-
HSV(B)122.93º18.81%85.49%-
XYZ51.3462.7452.05-
YUV201.3115.42110.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=30.84%
G=37.98%
B=31.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181790.1900.180.15122.9335.6577.45
HexB1DAB313012F7b244d
Octal261332263230221717344115
Binary10110001110110101011001110011010010111111110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DAB3; }

 p { color: rgb(177,218,179); }

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

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

 a { background-color: rgb(177,218,179); }

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

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

 span { border-color: rgb(177,218,179); }

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