#B1F3B3

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

Shades of Celadon #B1F3B3

Tints of Celadon #B1F3B3

Color information

#B1F3B3 (or 0xB1F3B3) is unknown color: approx Celadon. HEX triplet: B1, F3 and B3. RGB value is (177,243,179). Sum of RGB (Red+Green+Blue) = 177+243+179=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3B3 is #4E0C4C. Grayscale: #D8D8D8. Windows color (decimal): -5114957 or 11793329. OLE color: 11793329.

HSL color Cylindrical-coordinate representation of color #B1F3B3: hue angle of 121.82º degrees, saturation: 0.73, 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 #B1F3B3 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB177243179-
CMYK0.2700.260.05
HSL121.82º73.33%82.35%-
HSV(B)121.82º27.16%95.29%-
XYZ58.3276.754.38-
YUV215.97107.13100.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=29.55%
G=40.57%
B=29.88%

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
Decimal1772431790.2700.260.05121.8273.3382.35
HexB1F3B31B01A57a4952
Octal261363263330325172111122
Binary10110001111100111011001111011011010101111101010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3B3; }

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

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

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

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

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

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

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

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