#B7FAB5

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

Shades of Celadon #B7FAB5

Tints of Celadon #B7FAB5

Color information

#B7FAB5 (or 0xB7FAB5) is unknown color: approx Celadon. HEX triplet: B7, FA and B5. RGB value is (183,250,181). Sum of RGB (Red+Green+Blue) = 183+250+181=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FAB5 is #48054A. Grayscale: #DEDEDE. Windows color (decimal): -4719947 or 11926199. OLE color: 11926199.

HSL color Cylindrical-coordinate representation of color #B7FAB5: hue angle of 118.26º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FAB5 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB183250181-
CMYK0.2700.280.02
HSL118.26º87.34%84.51%-
HSV(B)118.26º27.6%98.04%-
XYZ62.0581.7756.23-
YUV222.1104.8100.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.80%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=29.80%
G=40.72%
B=29.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832501810.2700.280.02118.2687.3484.51
HexB7FAB51B01C2765755
Octal267372265330342166127125
Binary1011011111111010101101011101101110010111011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAB5; }

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

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

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

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

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

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

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

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