#B1FBB4

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

Shades of Celadon #B1FBB4

Tints of Celadon #B1FBB4

Color information

#B1FBB4 (or 0xB1FBB4) is unknown color: approx Celadon. HEX triplet: B1, FB and B4. RGB value is (177,251,180). Sum of RGB (Red+Green+Blue) = 177+251+180=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBB4 is #4E044B. Grayscale: #DCDCDC. Windows color (decimal): -5112908 or 11860913. OLE color: 11860913.

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

Color convert

RGB177251180-
CMYK0.2900.280.02
HSL122.43º90.24%83.92%-
HSV(B)122.43º29.48%98.43%-
XYZ60.8781.6455.73-
YUV220.78104.9896.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.11%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=29.11%
G=41.28%
B=29.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511800.2900.280.02122.4390.2483.92
HexB1FBB41D01C27a5a54
Octal261373264350342172132124
Binary1011000111111011101101001110101110010111101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBB4; }

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

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

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

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

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

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

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

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