#B1FDAC

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

Shades of Celadon #B1FDAC

Tints of Celadon #B1FDAC

Color information

#B1FDAC (or 0xB1FDAC) is unknown color: approx Celadon. HEX triplet: B1, FD and AC. RGB value is (177,253,172). Sum of RGB (Red+Green+Blue) = 177+253+172=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FDAC is #4E0253. Grayscale: #DDDDDD. Windows color (decimal): -5112404 or 11337137. OLE color: 11337137.

HSL color Cylindrical-coordinate representation of color #B1FDAC: hue angle of 116.3º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1FDAC is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB177253172-
CMYK0.3000.320.01
HSL116.3º95.29%83.33%-
HSV(B)116.3º32.02%99.22%-
XYZ60.782.5851.77-
YUV221.04100.3296.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=29.40%
G=42.03%
B=28.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772531720.3000.320.01116.395.2983.33
HexB1FDAC1E0201745f53
Octal261375254360401164137123
Binary1011000111111101101011001111001000001111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDAC; }

 p { color: rgb(177,253,172); }

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

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

 a { background-color: rgb(177,253,172); }

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

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

 span { border-color: rgb(177,253,172); }

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