#B1FCB4

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

Shades of Celadon #B1FCB4

Tints of Celadon #B1FCB4

Color information

#B1FCB4 (or 0xB1FCB4) is unknown color: approx Celadon. HEX triplet: B1, FC and B4. RGB value is (177,252,180). Sum of RGB (Red+Green+Blue) = 177+252+180=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCB4 is #4E034B. Grayscale: #DDDDDD. Windows color (decimal): -5112652 or 11861169. OLE color: 11861169.

HSL color Cylindrical-coordinate representation of color #B1FCB4: hue angle of 122.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCB4 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB177252180-
CMYK0.3000.290.01
HSL122.4º92.59%84.12%-
HSV(B)122.4º29.76%98.82%-
XYZ61.1882.2655.83-
YUV221.37104.6596.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.06%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=29.06%
G=41.38%
B=29.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521800.3000.290.01122.492.5984.12
HexB1FCB41E01D17a5d54
Octal261374264360351172135124
Binary101100011111110010110100111100111011111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCB4; }

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

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

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

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

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

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

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

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