#B1FCB6

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

Shades of Celadon #B1FCB6

Tints of Celadon #B1FCB6

Color information

#B1FCB6 (or 0xB1FCB6) is unknown color: approx Celadon. HEX triplet: B1, FC and B6. RGB value is (177,252,182). Sum of RGB (Red+Green+Blue) = 177+252+182=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCB6 is #4E0349. Grayscale: #DDDDDD. Windows color (decimal): -5112650 or 11992241. OLE color: 11992241.

HSL color Cylindrical-coordinate representation of color #B1FCB6: hue angle of 124º 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 #B1FCB6 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB177252182-
CMYK0.3000.280.01
HSL124º92.59%84.12%-
HSV(B)124º29.76%98.82%-
XYZ61.3982.3556.91-
YUV221.59105.6596.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.97%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=28.97%
G=41.24%
B=29.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521820.3000.280.0112492.5984.12
HexB1FCB61E01C17c5d54
Octal261374266360341174135124
Binary101100011111110010110110111100111001111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCB6; }

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

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

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

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

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

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

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

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