#B1FAB4

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

Shades of Celadon #B1FAB4

Tints of Celadon #B1FAB4

Color information

#B1FAB4 (or 0xB1FAB4) is unknown color: approx Celadon. HEX triplet: B1, FA and B4. RGB value is (177,250,180). Sum of RGB (Red+Green+Blue) = 177+250+180=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAB4 is #4E054B. Grayscale: #DCDCDC. Windows color (decimal): -5113164 or 11860657. OLE color: 11860657.

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

Color convert

RGB177250180-
CMYK0.2900.280.02
HSL122.47º87.95%83.73%-
HSV(B)122.47º29.2%98.04%-
XYZ60.5681.0155.63-
YUV220.19105.3297.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.16%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=29.16%
G=41.19%
B=29.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501800.2900.280.02122.4787.9583.73
HexB1FAB41D01C27a5854
Octal261372264350342172130124
Binary1011000111111010101101001110101110010111101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAB4; }

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

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

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

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

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

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

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

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