#B1DFB5

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

Shades of Celadon #B1DFB5

Tints of Celadon #B1DFB5

Color information

#B1DFB5 (or 0xB1DFB5) is unknown color: approx Celadon. HEX triplet: B1, DF and B5. RGB value is (177,223,181). Sum of RGB (Red+Green+Blue) = 177+223+181=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFB5 is #4E204A. Grayscale: #CCCCCC. Windows color (decimal): -5120075 or 11919281. OLE color: 11919281.

HSL color Cylindrical-coordinate representation of color #B1DFB5: hue angle of 125.22º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB177223181-
CMYK0.2100.190.13
HSL125.22º41.82%78.43%-
HSV(B)125.22º20.63%87.45%-
XYZ52.8665.4653.56-
YUV204.46114.76108.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=30.46%
G=38.38%
B=31.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231810.2100.190.13125.2241.8278.43
HexB1DFB515013D7d2a4e
Octal261337265250231517552116
Binary10110001110111111011010110101010011110111111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFB5; }

 p { color: rgb(177,223,181); }

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

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

 a { background-color: rgb(177,223,181); }

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

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

 span { border-color: rgb(177,223,181); }

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