#B0FAB5

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

Shades of Celadon #B0FAB5

Tints of Celadon #B0FAB5

Color information

#B0FAB5 (or 0xB0FAB5) is unknown color: approx Celadon. HEX triplet: B0, FA and B5. RGB value is (176,250,181). Sum of RGB (Red+Green+Blue) = 176+250+181=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAB5 is #4F054A. Grayscale: #DCDCDC. Windows color (decimal): -5178699 or 11926192. OLE color: 11926192.

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

Color convert

RGB176250181-
CMYK0.3000.280.02
HSL124.05º88.1%83.53%-
HSV(B)124.05º29.6%98.04%-
XYZ60.4380.9456.15-
YUV220.01105.9896.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 181 (71.09% from 255) = 29.82%
R=29.00%
G=41.19%
B=29.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501810.3000.280.02124.0588.183.53
HexB0FAB51E01C27c5854
Octal260372265360342174130124
Binary1011000011111010101101011111001110010111110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAB5; }

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

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

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

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

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

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

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

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