#BAFAB7

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

Shades of Celadon #BAFAB7

Tints of Celadon #BAFAB7

Color information

#BAFAB7 (or 0xBAFAB7) is unknown color: approx Celadon. HEX triplet: BA, FA and B7. RGB value is (186,250,183). Sum of RGB (Red+Green+Blue) = 186+250+183=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAB7 is #450548. Grayscale: #DFDFDF. Windows color (decimal): -4523337 or 12057274. OLE color: 12057274.

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

Color convert

RGB186250183-
CMYK0.2600.270.02
HSL117.31º87.01%84.9%-
HSV(B)117.31º26.8%98.04%-
XYZ62.9882.2357.35-
YUV223.23105.3101.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 183 (71.88% from 255) = 29.56%
R=30.05%
G=40.39%
B=29.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501830.2600.270.02117.3187.0184.9
HexBAFAB71A01B2755755
Octal272372267320332165127125
Binary1011101011111010101101111101001101110111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAB7; }

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

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

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

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

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

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

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

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