#B1F1B3

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

Shades of Celadon #B1F1B3

Tints of Celadon #B1F1B3

Color information

#B1F1B3 (or 0xB1F1B3) is unknown color: approx Celadon. HEX triplet: B1, F1 and B3. RGB value is (177,241,179). Sum of RGB (Red+Green+Blue) = 177+241+179=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1B3 is #4E0E4C. Grayscale: #D6D6D6. Windows color (decimal): -5115469 or 11792817. OLE color: 11792817.

HSL color Cylindrical-coordinate representation of color #B1F1B3: hue angle of 121.87º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1B3 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB177241179-
CMYK0.2700.260.05
HSL121.87º69.57%81.96%-
HSV(B)121.87º26.56%94.51%-
XYZ57.7275.5154.18-
YUV214.8107.8101.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.65%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=29.65%
G=40.37%
B=29.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411790.2700.260.05121.8769.5781.96
HexB1F1B31B01A57a4652
Octal261361263330325172106122
Binary10110001111100011011001111011011010101111101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1B3; }

 p { color: rgb(177,241,179); }

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

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

 a { background-color: rgb(177,241,179); }

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

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

 span { border-color: rgb(177,241,179); }

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