#B6FAB1

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

Shades of Celadon #B6FAB1

Tints of Celadon #B6FAB1

Color information

#B6FAB1 (or 0xB6FAB1) is unknown color: approx Celadon. HEX triplet: B6, FA and B1. RGB value is (182,250,177). Sum of RGB (Red+Green+Blue) = 182+250+177=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FAB1 is #49054E. Grayscale: #DDDDDD. Windows color (decimal): -4785487 or 11664054. OLE color: 11664054.

HSL color Cylindrical-coordinate representation of color #B6FAB1: hue angle of 115.89º 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 #B6FAB1 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB182250177-
CMYK0.2700.290.02
HSL115.89º87.95%83.73%-
HSV(B)115.89º29.2%98.04%-
XYZ61.4181.4954.09-
YUV221.35102.9799.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=29.89%
G=41.05%
B=29.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822501770.2700.290.02115.8987.9583.73
HexB6FAB11B01D2745854
Octal266372261330352164130124
Binary1011011011111010101100011101101110110111010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAB1; }

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

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

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

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

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

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

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

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