#B1FAB0

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

Shades of Celadon #B1FAB0

Tints of Celadon #B1FAB0

Color information

#B1FAB0 (or 0xB1FAB0) is unknown color: approx Celadon. HEX triplet: B1, FA and B0. RGB value is (177,250,176). Sum of RGB (Red+Green+Blue) = 177+250+176=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FAB0 is #4E054F. Grayscale: #DBDBDB. Windows color (decimal): -5113168 or 11598513. OLE color: 11598513.

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

Color convert

RGB177250176-
CMYK0.2900.300.02
HSL119.19º88.1%83.53%-
HSV(B)119.19º29.6%98.04%-
XYZ60.1580.8553.51-
YUV219.74103.3297.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 176 (69.14% from 255) = 29.19%
R=29.35%
G=41.46%
B=29.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501760.2900.300.02119.1988.183.53
HexB1FAB01D01E2775854
Octal261372260350362167130124
Binary1011000111111010101100001110101111010111011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAB0; }

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

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

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

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

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

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

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

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