#B2FAB1

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

Shades of Celadon #B2FAB1

Tints of Celadon #B2FAB1

Color information

#B2FAB1 (or 0xB2FAB1) is unknown color: approx Celadon. HEX triplet: B2, FA and B1. RGB value is (178,250,177). Sum of RGB (Red+Green+Blue) = 178+250+177=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FAB1 is #4D054E. Grayscale: #DCDCDC. Windows color (decimal): -5047631 or 11664050. OLE color: 11664050.

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

Color convert

RGB178250177-
CMYK0.2900.290.02
HSL119.18º87.95%83.73%-
HSV(B)119.18º29.2%98.04%-
XYZ60.4881.0154.04-
YUV220.15103.6597.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=29.42%
G=41.32%
B=29.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782501770.2900.290.02119.1887.9583.73
HexB2FAB11D01D2775854
Octal262372261350352167130124
Binary1011001011111010101100011110101110110111011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FAB1; }

 p { color: rgb(178,250,177); }

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

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

 a { background-color: rgb(178,250,177); }

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

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

 span { border-color: rgb(178,250,177); }

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