#B3FAB5

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

Shades of Celadon #B3FAB5

Tints of Celadon #B3FAB5

Color information

#B3FAB5 (or 0xB3FAB5) is unknown color: approx Celadon. HEX triplet: B3, FA and B5. RGB value is (179,250,181). Sum of RGB (Red+Green+Blue) = 179+250+181=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FAB5 is #4C054A. Grayscale: #DDDDDD. Windows color (decimal): -4982091 or 11926195. OLE color: 11926195.

HSL color Cylindrical-coordinate representation of color #B3FAB5: hue angle of 121.69º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FAB5 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB179250181-
CMYK0.2800.280.02
HSL121.69º87.65%84.12%-
HSV(B)121.69º28.4%98.04%-
XYZ61.1281.2956.19-
YUV220.91105.4898.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.34%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=29.34%
G=40.98%
B=29.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792501810.2800.280.02121.6987.6584.12
HexB3FAB51C01C27a5854
Octal263372265340342172130124
Binary1011001111111010101101011110001110010111101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAB5; }

 p { color: rgb(179,250,181); }

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

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

 a { background-color: rgb(179,250,181); }

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

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

 span { border-color: rgb(179,250,181); }

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