#B2FCB5

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

Shades of Celadon #B2FCB5

Tints of Celadon #B2FCB5

Color information

#B2FCB5 (or 0xB2FCB5) is unknown color: approx Celadon. HEX triplet: B2, FC and B5. RGB value is (178,252,181). Sum of RGB (Red+Green+Blue) = 178+252+181=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCB5 is #4D034A. Grayscale: #DDDDDD. Windows color (decimal): -5047115 or 11926706. OLE color: 11926706.

HSL color Cylindrical-coordinate representation of color #B2FCB5: hue angle of 122.43º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCB5 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB178252181-
CMYK0.2900.280.01
HSL122.43º92.5%84.31%-
HSV(B)122.43º29.37%98.82%-
XYZ61.5182.4256.38-
YUV221.78104.9896.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.13%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=29.13%
G=41.24%
B=29.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782521810.2900.280.01122.4392.584.31
HexB2FCB51D01C17a5c54
Octal262374265350341172134124
Binary101100101111110010110101111010111001111101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCB5; }

 p { color: rgb(178,252,181); }

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

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

 a { background-color: rgb(178,252,181); }

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

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

 span { border-color: rgb(178,252,181); }

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