#B1FFB6

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

Shades of Celadon #B1FFB6

Tints of Celadon #B1FFB6

Color information

#B1FFB6 (or 0xB1FFB6) is unknown color: approx Celadon. HEX triplet: B1, FF and B6. RGB value is (177,255,182). Sum of RGB (Red+Green+Blue) = 177+255+182=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFB6 is #4E0049. Grayscale: #DFDFDF. Windows color (decimal): -5111882 or 11993009. OLE color: 11993009.

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

Color convert

RGB177255182-
CMYK0.3100.290
HSL123.85º100%84.71%-
HSV(B)123.85º30.59%100%-
XYZ62.3384.2457.23-
YUV223.36104.6694.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=28.83%
G=41.53%
B=29.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551820.3100.290123.8510084.71
HexB1FFB61F01D07c6455
Octal261377266370350174144125
Binary101100011111111110110110111110111010111110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFB6; }

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

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

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

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

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

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

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

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