#B1FBAD

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

Shades of Celadon #B1FBAD

Tints of Celadon #B1FBAD

Color information

#B1FBAD (or 0xB1FBAD) is unknown color: approx Celadon. HEX triplet: B1, FB and AD. RGB value is (177,251,173). Sum of RGB (Red+Green+Blue) = 177+251+173=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FBAD is #4E0452. Grayscale: #DCDCDC. Windows color (decimal): -5112915 or 11402161. OLE color: 11402161.

HSL color Cylindrical-coordinate representation of color #B1FBAD: hue angle of 116.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FBAD is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB177251173-
CMYK0.2900.310.02
HSL116.92º90.7%83.14%-
HSV(B)116.92º31.08%98.43%-
XYZ60.1781.3652.07-
YUV219.98101.4897.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=29.45%
G=41.76%
B=28.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511730.2900.310.02116.9290.783.14
HexB1FBAD1D01F2755b53
Octal261373255350372165133123
Binary1011000111111011101011011110101111110111010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBAD; }

 p { color: rgb(177,251,173); }

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

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

 a { background-color: rgb(177,251,173); }

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

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

 span { border-color: rgb(177,251,173); }

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